ebike-plus/ebike-user/src/main/java/com/cdzy/user/mapper/EbikeParamValueMapper.java

15 lines
299 B
Java
Raw Normal View History

2025-10-31 17:02:53 +08:00
package com.cdzy.user.mapper;
import com.cdzy.user.model.entity.EbikeParamValue;
import com.mybatisflex.core.BaseMapper;
/**
* 中控命令参数取值 映射层
*
2025-11-14 16:24:04 +08:00
* @author yanglei
* @since 2025-10-30 10:31
2025-10-31 17:02:53 +08:00
*/
public interface EbikeParamValueMapper extends BaseMapper<EbikeParamValue> {
}