From 388353ed9bad250663e8ad8129463d1ea80d46e6 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期四, 24 四月 2025 16:21:25 +0800 Subject: [PATCH] * --- src/main/java/com/zy/asrs/entity/RowLastno.java | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/RowLastno.java b/src/main/java/com/zy/asrs/entity/RowLastno.java index 07107cd..268b522 100644 --- a/src/main/java/com/zy/asrs/entity/RowLastno.java +++ b/src/main/java/com/zy/asrs/entity/RowLastno.java @@ -14,7 +14,7 @@ import java.text.SimpleDateFormat; import java.util.Date; -@TableName("asr_row_lastno") +@TableName("\"SOURCE\".\"asr_row_lastno\"") public class RowLastno implements Serializable { private static final long serialVersionUID = 1L; @@ -23,81 +23,82 @@ * 绫诲埆 */ @ApiModelProperty(value= "绫诲埆") - @TableId(value = "whs_type", type = IdType.INPUT) - @TableField("whs_type") + @TableId(value = "WHS_TYPE", type = IdType.INPUT) + @TableField("WHS_TYPE") private Integer whsType; /** * 褰撳墠宸ヤ綔鍙� */ @ApiModelProperty(value= "褰撳墠宸ヤ綔鍙�") - @TableField("wrk_mk") + @TableField("WRK_MK") private String wrkMk; /** * 褰撳墠鎺掑彿 */ @ApiModelProperty(value= "褰撳墠鎺掑彿") - @TableField("current_row") + @TableField("CURRENT_ROW") private Integer currentRow; /** * 璧峰鎺掑彿 */ @ApiModelProperty(value= "璧峰鎺掑彿") - @TableField("s_row") + @TableField("S_ROW") private Integer sRow; /** * 缁堟鎺掑彿 */ @ApiModelProperty(value= "缁堟鎺掑彿") - @TableField("e_row") + @TableField("E_ROW") private Integer eRow; /** * 鍫嗗灈鏈烘暟閲� */ @ApiModelProperty(value= "鍫嗗灈鏈烘暟閲�") - @TableField("crn_qty") + @TableField("CRN_QTY") private Integer crnQty; /** * 澶囨敞 */ @ApiModelProperty(value= "澶囨敞") + @TableField("MEMO") private String memo; /** * 淇敼浜哄憳 */ @ApiModelProperty(value= "淇敼浜哄憳") - @TableField("modi_user") + @TableField("MODI_USER") private Long modiUser; /** * 淇敼鏃堕棿 */ @ApiModelProperty(value= "淇敼鏃堕棿") - @TableField("modi_time") + @TableField("MODI_TIME") private Date modiTime; /** * 鍒涘缓鑰� */ @ApiModelProperty(value= "鍒涘缓鑰�") - @TableField("appe_user") + @TableField("APPE_USER") private Long appeUser; /** * 娣诲姞鏃堕棿 */ @ApiModelProperty(value= "娣诲姞鏃堕棿") - @TableField("appe_time") + @TableField("APPE_TIME") private Date appeTime; @ApiModelProperty(value= "") - @TableField("limint_loc") + @TableField("LIMINT_LOC") private Integer limintLoc; public RowLastno() {} -- Gitblit v1.9.1