yxk-20260708

实际完成时间修改为实际完成日期
格式为yyyy-mm-dd
This commit is contained in:
ye1023
2026-07-08 16:47:14 +08:00
parent cd01864cb9
commit 186de12d73
2 changed files with 10 additions and 10 deletions
@@ -82,11 +82,11 @@ public class BgPartymatterFeedback implements Serializable {
@Excel(name = "实际执行情况", width = 15)
@Schema(description = "实际执行情况")
private java.lang.String actualExect;
/**实际完成时间*/
@Excel(name = "实际完成时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@Schema(description = "实际完成时间")
/**实际完成日期*/
@Excel(name = "实际完成日期", width = 15, format = "yyyy-MM-dd")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@Schema(description = "实际完成日期")
private java.util.Date actualTime;
/**完成状态*/
@Excel(name = "完成状态", width = 15)
@@ -81,11 +81,11 @@ public class BgTakepulseFeedback implements Serializable {
@Excel(name = "实际执行情况", width = 15)
@Schema(description = "实际执行情况")
private java.lang.String actualExect;
/**实际完成时间*/
@Excel(name = "实际完成时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@Schema(description = "实际完成时间")
/**实际完成日期*/
@Excel(name = "实际完成日期", width = 15, format = "yyyy-MM-dd")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@Schema(description = "实际完成日期")
private java.util.Date actualTime;
/**调整落实措施及执行情况*/
@Excel(name = "调整落实措施及执行情况", width = 15)