Commit 9cb83a51 authored by 张森's avatar 张森

add 排空时长(分钟)

parent dd5fb7fe
...@@ -147,6 +147,13 @@ public class Equipment extends BasicEntity { ...@@ -147,6 +147,13 @@ 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