公告板
版本库
filestore
活动
搜索
登录
main
/
MonitStation
监控台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新测控电源接口
whycxzp
2023-11-22
ce8e80c1ccb5f097b065b11dba02794020888227
[MonitStation.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
CKPowerDevRtMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevRt;
public interface CKPowerDevRtMapper extends CustomMapper<CKPowerDevRt>{
}