zhangherong
2025-04-27 bf1e124ea501c777b62a19a5b693d9515beb5f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.eam.service;
 
import org.jeecg.modules.eam.entity.EamEquipmentPrecisionParameters;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * @Description: 设备精度参数
 * @Author: jeecg-boot
 * @Date:   2025-04-27
 * @Version: V1.0
 */
public interface IEamEquipmentPrecisionParametersService extends IService<EamEquipmentPrecisionParameters> {
 
}