From fac10dcb68a892be100960e267d0a1501f34e984 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 19 三月 2025 10:28:06 +0800
Subject: [PATCH] #修改 基础数据添加空管字段

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Container.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Container.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Container.java
index 118af79..dc78784 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Container.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Container.java
@@ -51,14 +51,14 @@
     /**
      * 瀹瑰櫒绫诲瀷鏍囪瘑
      */
-    @ApiModelProperty(value= "瀹瑰櫒绫诲瀷鏍囪瘑")
-    private Long typeId;
+    @ApiModelProperty(value= "瀹瑰櫒绫诲瀷")
+    private Long type;
 
     /**
      * 浣跨敤娆℃暟
      */
     @ApiModelProperty(value= "浣跨敤娆℃暟")
-    private Double used;
+    private Integer used;
 
     /**
      * 闀垮害
@@ -180,10 +180,10 @@
 
     public Container() {}
 
-    public Container(String code,String name,Long typeId,Double used,Double lenght,Double width,Double height,Double rstLen,Double rstWid,Double rstWei,Double rstHei,Long panrentId,Date vaildTime,Short flagRycle,Short flagLogic,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
+    public Container(String code,String name,Long typeId,Integer used,Double lenght,Double width,Double height,Double rstLen,Double rstWid,Double rstWei,Double rstHei,Long panrentId,Date vaildTime,Short flagRycle,Short flagLogic,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
         this.code = code;
         this.name = name;
-        this.typeId = typeId;
+        this.type = typeId;
         this.used = used;
         this.lenght = lenght;
         this.width = width;

--
Gitblit v1.9.1