lyh
3 天以前 ce1cfcb9b9176ddb1f47c9eb4cb2232b080bdbf9
1
2
3
4
5
6
7
8
9
10
11
12
package org.jeecg.modules.eam.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.eam.entity.EamWeekInspectionDetail;
 
/**
 * @Author: Lius
 * @CreateTime: 2025-07-05
 * @Description: 周点检明细
 */
public interface EamWeekInspectionDetailMapper extends BaseMapper<EamWeekInspectionDetail> {
}