Commit 72fe136f authored by KeYong's avatar KeYong

解决类属性字段重复问题

parent 08a946b2
...@@ -151,12 +151,6 @@ public class Equipment extends BasicEntity { ...@@ -151,12 +151,6 @@ public class Equipment extends BasicEntity {
private Integer reserveSource; private Integer reserveSource;
/** /**
* 排空时长(分钟)
*/
@Column(name="drain_duration")
private Double drainDuration;
/**
* 分类 * 分类
*/ */
@Column(name="category") @Column(name="category")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment