From bcb19e8c93c3cabf0d8eb3ee34ed819b3c5a10ef Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 25 十一月 2024 13:14:11 +0800 Subject: [PATCH] #优化地图 --- src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java b/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java index 49a03fd..5c45c22 100644 --- a/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java +++ b/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java @@ -186,9 +186,16 @@ @ApiModelProperty(value= "澶囨敞") private String memo; + /** + * 绯荤粺鐘舵�� + */ + @ApiModelProperty(value= "绯荤粺鐘舵��") + @TableField("system_status") + private String systemStatus; + public BasShuttleErrLog() {} - public BasShuttleErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer shuttleNo,Integer plcNo,String locNo,Integer staNo,Integer sourceStaNo,String sourceLocNo,String barcode,Integer errCode,String error,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) { + public BasShuttleErrLog(String uuid, Integer wrkNo, Date startTime, Date endTime, Long wrkSts, Integer ioType, Integer shuttleNo, Integer plcNo, String locNo, Integer staNo, Integer sourceStaNo, String sourceLocNo, String barcode, Integer errCode, String error, Integer status, Date createTime, Long createBy, Date updateTime, Long updateBy, String memo, String systemStatus) { this.uuid = uuid; this.wrkNo = wrkNo; this.startTime = startTime; @@ -210,6 +217,7 @@ this.updateTime = updateTime; this.updateBy = updateBy; this.memo = memo; + this.systemStatus = systemStatus; } // BasShuttleErrLog basShuttleErrLog = new BasShuttleErrLog( @@ -217,6 +225,7 @@ // null, // 宸ヤ綔鍙� // null, // 鍙戠敓鏃堕棿 // null, // 缁撴潫鏃堕棿 + // null, // 宸ヤ綔鐘舵�� // null, // 鍏ュ嚭搴撶被鍨� // null, // 绌挎杞� -- Gitblit v1.9.1