src/main/java/com/yssh/entity/dto/YsshSuYuanX00UpdateBatchParam.java
@@ -15,4 +15,20 @@ public class YsshSuYuanX00UpdateBatchParam { private String newName; private List<Integer> ids; public String getNewName() { return newName; } public void setNewName(String newName) { this.newName = newName; } public List<Integer> getIds() { return ids; } public void setIds(List<Integer> ids) { this.ids = ids; } }