From b08b4b56f53e4a3458da98178c03d44c3688a914 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期四, 27 六月 2024 17:07:34 +0800 Subject: [PATCH] 下片功能已完成机械臂交互 待改进:界面新增人工出片功能,移除人工出片阈值校验 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/entity/DownStorageCageDetails.java | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/entity/DownStorageCageDetails.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/entity/DownStorageCageDetails.java index 8bd7830..02f58ca 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/entity/DownStorageCageDetails.java +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/entity/DownStorageCageDetails.java @@ -2,13 +2,14 @@ import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; -import java.io.Serializable; import lombok.Data; import lombok.EqualsAndHashCode; +import java.io.Serializable; + /** * <p> - * + * * </p> * * @author zhoush @@ -23,8 +24,8 @@ /** * 涓嬬墖鍓嶇悊鐗囩鏄庣粏琛╥d */ - @TableId(value = "id", type = IdType.AUTO) - private Integer id; + @TableId(value = "id", type = IdType.AUTO) + private Long id; /** * 璁惧id @@ -39,7 +40,7 @@ /** * 鐜荤拑id */ - private Integer glassId; + private String glassId; /** * 灏忕墖鍦ㄦ牸鍐呯殑椤哄簭 @@ -85,7 +86,7 @@ /** * 鑶滅郴id */ - private int filmsid; + private String filmsid; /** * 鐘舵�� */ @@ -95,6 +96,14 @@ * 鐜荤拑闂撮殭 */ private Integer gap; + /** + * 鎬诲眰鏁� + */ + private Integer totalLayer; + /** + * 灞傛暟 + */ + private Integer layer; } -- Gitblit v1.8.0