1.国网上送代码调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,7 @@ public class TractionStationDTO extends Unit {
|
||||
|
||||
/*创建时间 是否必填:否*/
|
||||
@ExcelProperty(value = "创建时间")
|
||||
@JSONField(format = "yyyy-MM-dd")
|
||||
private LocalDateTime createTime;
|
||||
/*是否专线供电 是否必填:否*/
|
||||
@ExcelProperty(value = "是否专线供电")
|
||||
|
||||
Reference in New Issue
Block a user