Commit 71bc855a authored by wanghao's avatar wanghao

1 监督检查-检查记录-增加 上传状态和上传时间字段。

parent aceb2318
...@@ -87,7 +87,6 @@ public class TSupBalGasSup extends BaseEntity ...@@ -87,7 +87,6 @@ public class TSupBalGasSup extends BaseEntity
/** 政府端上报时间 */ /** 政府端上报时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "政府端上报时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date fGovUploadTime; private Date fGovUploadTime;
public void setfGasSupId(Long fGasSupId) public void setfGasSupId(Long fGasSupId)
......
...@@ -82,12 +82,10 @@ public class TSupBalStopSup extends BaseEntity ...@@ -82,12 +82,10 @@ public class TSupBalStopSup extends BaseEntity
@Excel(name = "备注") @Excel(name = "备注")
private String remarks; private String remarks;
@Excel(name = "政府端上报状态",readConverterExp = "0=未上报,1=已上报")
private String fGovUploadStatus; private String fGovUploadStatus;
/** 政府端上报时间 */ /** 政府端上报时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "政府端上报时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date fGovUploadTime; private Date fGovUploadTime;
public void setfGasStopId(Long fGasStopId) public void setfGasStopId(Long fGasStopId)
......
...@@ -127,12 +127,10 @@ public class TSupBalUsgDay extends BaseEntity ...@@ -127,12 +127,10 @@ public class TSupBalUsgDay extends BaseEntity
private Date fCalendarDate; private Date fCalendarDate;
/** 政府端上报状态0-未上报,1-已上报,默认0 */ /** 政府端上报状态0-未上报,1-已上报,默认0 */
@Excel(name = "政府端上报状态0-未上报,1-已上报,默认0")
private String fGovUploadStatus; private String fGovUploadStatus;
/** 政府端上报时间 */ /** 政府端上报时间 */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "政府端上报时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date fGovUploadTime; private Date fGovUploadTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment