1.国网上送代码调整

This commit is contained in:
wr
2024-01-02 16:03:26 +08:00
parent 11a1966620
commit ef3c411b0e
4 changed files with 9 additions and 0 deletions

View File

@@ -260,6 +260,9 @@ public class MonitorParam {
@NotBlank(message = "监测点对象类型不可为空")
private String objType;
@ApiModelProperty(name = "objType",value = "是否开启重新上送")
private Boolean fiy=false;
@ApiModelProperty(name = "ids",value = "id集合")
private List<String> ids;
}

View File

@@ -50,6 +50,7 @@ public class TractionStationDTO extends Unit {
/*创建时间 是否必填:否*/
@ExcelProperty(value = "创建时间")
@JSONField(format = "yyyy-MM-dd")
private LocalDateTime createTime;
/*是否专线供电 是否必填:否*/
@ExcelProperty(value = "是否专线供电")