燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-27 1d1b21f7f9416dc6a350dc83506364bb822e9e1c
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;
    }
}