liurunyu
3 天以前 b042d6a5ae1959ad79b489e1d0b01c057b68d5f6
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrStSoilMapper.java
@@ -16,6 +16,13 @@
public interface PrStSoilMapper extends BaseMapper<PrStSoil> {
    int deleteByPrimaryKey(Long id);
    /**
     * 逻辑删除
     * @param id primaryKey
     * @return update count
     */
    int deleteLogicById(Long id);
    int insert(PrStSoil record);
    int insertSelective(PrStSoil record);