仪表盘
版本库
文件存储
活动
搜索
登录
420
/
mdc_420
420mdc后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
webservice接口
Lius
2025-03-03
5ae1b71ab6b57140d46e6a8b9e606bb4a390ce27
[420/mdc_420.git]
/
lxzn-module-mdc
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
mdc
/
service
/
IMdcEquipmentDaySummaryService.java
1
2
3
4
5
6
7
package org.jeecg.modules.mdc.service;
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.mdc.entity.MdcEquipmentDaySummary;
public interface IMdcEquipmentDaySummaryService extends IService<MdcEquipmentDaySummary> {
}