From 8ef2bb5e46d84594e6ed632c07ea0b47a1bf6c4d Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期三, 11 十二月 2024 16:15:17 +0800 Subject: [PATCH] #path similarity --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Motion.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Motion.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Motion.java index 0344879..a252e80 100644 --- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Motion.java +++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/Motion.java @@ -237,6 +237,12 @@ @ApiModelProperty(value= "鎵�灞炴満鏋�") private Long hostId; + /** + * 绉诲姩璺緞 + */ + @ApiModelProperty(value= "绉诲姩璺緞") + private String movePath; + public Motion() {} public Motion(String uuid,Integer taskNo,String serialNo,String title,Integer priority,Integer sync,Long motionCtg,Long motionSts,Long deviceCtg,String device,String origin,Integer oriDrt,String target,Integer tarDrt,String dockNo,Date ioTime,Date startTime,Date endTime,Date errTime,Long errCode,String errDesc,String temp,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer deleted,Long hostId) { -- Gitblit v1.9.1