Commit 21ecea2eef6ec09174b52cf7eb2f183eb9f9186a

Authored by liujun001
1 parent c5379c84

同步数据

Bsth-admin/src/main/java/com/ruoyi/domain/key/location/LinggangKeyWorkLocation.java
@@ -101,8 +101,6 @@ public class LinggangKeyWorkLocation { @@ -101,8 +101,6 @@ public class LinggangKeyWorkLocation {
101 @Excel(name = "状态:1 是归还;0是借出;2是初始状态") 101 @Excel(name = "状态:1 是归还;0是借出;2是初始状态")
102 private java.lang.Integer type; 102 private java.lang.Integer type;
103 103
104 - private Integer type1;  
105 -  
106 @TableField(exist = false) 104 @TableField(exist = false)
107 private Long scheduleDateTimeDiff; 105 private Long scheduleDateTimeDiff;
108 106