仪表盘
版本库
文件存储
活动
搜索
登录
420
/
mdc_420
420mdc后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
update
Lius
2025-03-03
c978d8b1de46a5a12f9d76b061815614fc4ac6ef
[420/mdc_420.git]
/
lxzn-module-mdc
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
mdc
/
service
/
IMdcEquipmentDayScheduleService.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.MdcEquipmentDaySchedule;
public interface IMdcEquipmentDayScheduleService extends IService<MdcEquipmentDaySchedule> {
}