cjl
2023-11-14 3771512ff8b1f4bd6c40cdcdff58b3a64cee78b1
screen-manage/src/main/java/com/moral/api/service/ResponsibilityUnitService.java
@@ -15,7 +15,7 @@
    Integer updateUnit(ResponsibilityUnit responsibilityUnit);
    void  updateState(Integer  id);
    void  updateState(Integer  unitId);
    void updateInvalid(Integer id,String code);
    void updateInvalid(Integer unitId,String code);
}