刘小明
2024-09-24 2331d50cf12f0b8c882e6850d3a6a11baf4985e6
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);