liuxm
2024-05-16 f1e6aadf01a2ac32bc1707ca43fc6a2d2587b9ac
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductQualityInspectionItemsMapper.java
@@ -14,18 +14,11 @@
*/
@Mapper
public interface PltProductQualityInspectionItemsMapper {
    int deleteByPrimaryKey(Long id);
    int insert(PltProductQualityInspectionItems record);
    int insertSelective(PltProductQualityInspectionItems record);
    PltProductQualityInspectionItems selectByPrimaryKey(Long id);
    int updateByPrimaryKeySelective(PltProductQualityInspectionItems record);
    int updateByPrimaryKey(PltProductQualityInspectionItems record);
    Long selectSomeCount(Map<String,Object> params);