feat: 增加批量修改装置和杆塔的线路
parent
56ba3b6c4c
commit
832ab09bd2
@ -0,0 +1,11 @@
|
|||||||
|
package com.shxy.xymanager_common.model;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class BatchUpdateModel {
|
||||||
|
List<Integer> termIds;
|
||||||
|
Integer newLineId;
|
||||||
|
}
|
Loading…
Reference in New Issue