liurunyu
2024-05-16 9335bd3072534901b8bc45999656ad60420ba5e7
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java
@@ -8,8 +8,6 @@
@Mapper
public interface PltProductMapper {
    int deleteByPrimaryKey(Long id);
    int insert(PltProduct record);
    int insertSelective(PltProduct record);
@@ -25,4 +23,6 @@
    List<PltProduct> selectSome(Map<String, Object> params);
    int deleteLogicById(Long id);
    List<PltProduct> selectAll();
}