zhangherong
2025-06-02 678ce38e5a842a451fc9a9222e0c03025357f975
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> {
 
}