zhangherong
9 天以前 f6184e9df59eb8f8ac06fda6c3b8b9e8e76ccb3f
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.EamMajorPartialRepairDetail;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * @Description: eam_major_partial_repair_detail
 * @Author: jeecg-boot
 * @Date:   2025-06-20
 * @Version: V1.0
 */
public interface IEamMajorPartialRepairDetailService extends IService<EamMajorPartialRepairDetail> {
 
}