Lius
2023-10-08 95cef064268b1c13b32111636c267871b54bb24b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.mdc.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.mdc.entity.MdcPlanClose;
 
/**
 * @Description: mdc计划停机维护表
 * @Author: Lius
 * @Date: 2023-07-13
 * @Version: V1.0
 */
public interface IMdcPlanCloseService extends IService<MdcPlanClose> {
 
}