公告板
版本库
filestore
活动
搜索
登录
main
/
battery_gwm
电池平台-长城汽车
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
设备状态ws
whycxzp
2025-04-30
71403cc4d3fe8f41355ac4d6795cc8d268a0ee2f
[battery_gwm.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
DevDfuStateMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.DevDfuState;
public interface DevDfuStateMapper extends CustomMapper<DevDfuState> {
}