|
|
@@ -103,14 +103,14 @@ public class UnitResponse extends PageInfo<UnitResponse> implements Serializable
|
|
|
private Integer cpId;
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * 创建时间 (触发器自动处理)
|
|
|
- */
|
|
|
- @Excel(name = "创建时间 (触发器自动处理)", format = "yyyy-MM-dd HH:mm:ss", width = 20)
|
|
|
- @ApiModelProperty(value = "创建时间 (触发器自动处理)")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
- @TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
- private LocalDateTime opCreateTime;
|
|
|
+// /**
|
|
|
+// * 创建时间 (触发器自动处理)
|
|
|
+// */
|
|
|
+// @Excel(name = "创建时间 (触发器自动处理)", format = "yyyy-MM-dd HH:mm:ss", width = 20)
|
|
|
+// @ApiModelProperty(value = "创建时间 (触发器自动处理)")
|
|
|
+// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+// @TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
+// private LocalDateTime opCreateTime;
|
|
|
|
|
|
|
|
|
/**
|
|
|
@@ -122,14 +122,14 @@ public class UnitResponse extends PageInfo<UnitResponse> implements Serializable
|
|
|
private String opCreateUserId;
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * 修改时间 (触发器自动处理)
|
|
|
- */
|
|
|
- @Excel(name = "修改时间 (触发器自动处理)", format = "yyyy-MM-dd HH:mm:ss", width = 20)
|
|
|
- @ApiModelProperty(value = "修改时间 (触发器自动处理)")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
- @TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
- private LocalDateTime opUpdateTime;
|
|
|
+// /**
|
|
|
+// * 修改时间 (触发器自动处理)
|
|
|
+// */
|
|
|
+// @Excel(name = "修改时间 (触发器自动处理)", format = "yyyy-MM-dd HH:mm:ss", width = 20)
|
|
|
+// @ApiModelProperty(value = "修改时间 (触发器自动处理)")
|
|
|
+// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+// @TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
+// private LocalDateTime opUpdateTime;
|
|
|
|
|
|
|
|
|
/**
|
|
|
@@ -149,14 +149,14 @@ public class UnitResponse extends PageInfo<UnitResponse> implements Serializable
|
|
|
private String opAppCode;
|
|
|
|
|
|
|
|
|
- /**
|
|
|
- * 数据时间戳 (触发器自动处理)
|
|
|
- */
|
|
|
- @Excel(name = "数据时间戳 (触发器自动处理)")
|
|
|
- @ApiModelProperty(value = "数据时间戳 (触发器自动处理)")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
- @TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
- private LocalDateTime opTimestamp;
|
|
|
+// /**
|
|
|
+// * 数据时间戳 (触发器自动处理)
|
|
|
+// */
|
|
|
+// @Excel(name = "数据时间戳 (触发器自动处理)")
|
|
|
+// @ApiModelProperty(value = "数据时间戳 (触发器自动处理)")
|
|
|
+// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
+// @TableField(typeHandler = TimestampTypeHandler.class)
|
|
|
+// private LocalDateTime opTimestamp;
|
|
|
|
|
|
|
|
|
/**
|