zhangherong
2025-03-19 c5c469fafb56ea9c03f25e67e5808d2abc25f699
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.jeecg.modules.mdc.service;
 
 
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.mdc.entity.MdcEquipmentOverFlag;
 
/**
 * @Description: 设备程序执行结束标志表
 * @Author: Lius
 * @Date: 2023-12-05
 * @Version: V1.0
 */
public interface IMdcEquipmentOverFlagService extends IService<MdcEquipmentOverFlag> {
 
}