This commit is contained in:
xy
2024-06-19 15:01:29 +08:00
parent 60382f718c
commit b0fb724880

View File

@@ -73,4 +73,9 @@ public class LineWarning extends BaseEntity implements Serializable {
*/
private Integer thresholdResource;
/**
* 责任部门id
*/
private String deptId;
}