公告板
版本库
filestore
活动
搜索
登录
main
/
batteryRobotSystem
蓄电池机器人智能系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
放置到活化仓的时候进行task_no和电池单体的更新
whycxzp
2025-04-05
08da93e3c9b4961613f69532f686d219ca3206aa
[batteryRobotSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
PageParamMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.db_param.PageParam;
public interface PageParamMapper extends CustomMapper<PageParam>{
}