From 53f0c1a07a1ff07095d6680e7c16f3594b859b96 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 07 五月 2025 17:34:14 +0800 Subject: [PATCH] no message --- rsf-server/src/main/java/com/vincent/rsf/server/system/entity/Fields.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/Fields.java b/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/Fields.java index b0c0f07..7599bd6 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/Fields.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/system/entity/Fields.java @@ -4,6 +4,8 @@ import java.text.SimpleDateFormat; import java.util.Date; + +import com.fasterxml.jackson.annotation.JsonFormat; import org.springframework.format.annotation.DateTimeFormat; import java.text.SimpleDateFormat; import java.util.Date; @@ -21,6 +23,7 @@ @Data @TableName("sys_fields") +@ApiModel(value = "Fields", description = "鍔ㄦ�佸瓧娈�") public class Fields implements Serializable { private static final long serialVersionUID = 1L; @@ -58,6 +61,9 @@ @ApiModelProperty(value= "鏄惁鍚敤 0: 涓嶅惎鐢� 1: 鍚敤 ") private Short flagEnable; + @ApiModelProperty("鏁版嵁绫诲瀷") + private String varType; + /** * 鐘舵�� 1: 姝e父 0: 鍐荤粨 */ @@ -68,7 +74,6 @@ * 鏄惁鍒犻櫎 1: 鏄� 0: 鍚� */ @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄� 0: 鍚� ") - @TableLogic private Integer deleted; /** @@ -88,6 +93,7 @@ */ @ApiModelProperty(value= "娣诲姞鏃堕棿") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") private Date createTime; /** @@ -101,6 +107,7 @@ */ @ApiModelProperty(value= "淇敼鏃堕棿") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") private Date updateTime; /** -- Gitblit v1.9.1