Commit ab6ca318 authored by 张森's avatar 张森

添加字段

parent 6cc85104
...@@ -147,6 +147,12 @@ public class Equipment extends BasicEntity { ...@@ -147,6 +147,12 @@ public class Equipment extends BasicEntity {
@Column(name="reserve_source") @Column(name="reserve_source")
private Integer reserveSource; private Integer reserveSource;
/**
* 排空时长(分钟)
*/
@Column(name="drain_duration")
private Double drainDuration;
public Equipment() { public Equipment() {
} }
......
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