From bc3749c68a8e10d346628b4612e7820f708ea556 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期三, 09 四月 2025 08:48:37 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/java/com/zy/ints/entity/Prdt.java | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/zy/ints/entity/Prdt.java b/src/main/java/com/zy/ints/entity/Prdt.java index 6c3d851..46515f3 100644 --- a/src/main/java/com/zy/ints/entity/Prdt.java +++ b/src/main/java/com/zy/ints/entity/Prdt.java @@ -11,7 +11,7 @@ import java.io.Serializable; @Data -@TableName("PRDT") +@TableName("ERP_PRDT") public class Prdt implements Serializable { private static final long serialVersionUID = 1L; @@ -21,44 +21,57 @@ */ @ApiModelProperty(value = "鍝佸彿") @TableId(value = "prd_no", type = IdType.INPUT) - @TableField("PRD_NO") + @TableField("prd_no") private String prdNo; /** * 鍝佸悕 */ @ApiModelProperty(value = "鍝佸悕") - @TableField("NAME") private String name; /** * 鍗曚綅 */ @ApiModelProperty(value = "鍗曚綅") - @TableField("UT") private String ut; /** * 瑙勬牸 */ @ApiModelProperty(value = "瑙勬牸") - @TableField("SPC") private String spc; /** * 绫诲瀷 */ @ApiModelProperty(value = "绫诲瀷") - @TableField("TYPE") private Integer type; /** * 鐘舵�� */ @ApiModelProperty(value = "鐘舵��") - @TableField("STATUS") private Integer status; + /** + * 澶囩敤瀛楁1 + */ + @ApiModelProperty(value = "澶囩敤瀛楁1") + private String temp1; + + /** + * 澶囩敤瀛楁2 + */ + @ApiModelProperty(value = "澶囩敤瀛楁2") + private String temp2; + + /** + * 澶囩敤瀛楁3 + */ + @ApiModelProperty(value = "澶囩敤瀛楁3") + private String temp3; + public Prdt() { } -- Gitblit v1.9.1