liuxm
2024-05-21 a816065c4c3bdbd353f5ad3020bb2848c6c55af0
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();
}