公告板
版本库
filestore
活动
搜索
登录
main
/
MonitStation
监控台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
模块告警和模块参数和模块控制
lxw
2023-11-30
88203633967bb3df44f6abba2a3a826b4c8d897c
[MonitStation.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
CKPowerDevModeparamMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevModeparam;
public interface CKPowerDevModeparamMapper extends CustomMapper<CKPowerDevModeparam>{
}