Commit f9c2ef2a authored by 张森's avatar 张森

添加分类字段

parent b7b8d5f6
...@@ -153,6 +153,12 @@ public class Equipment extends BasicEntity { ...@@ -153,6 +153,12 @@ public class Equipment extends BasicEntity {
@Column(name="drain_duration") @Column(name="drain_duration")
private Double drainDuration; private Double drainDuration;
/**
* 分类
*/
@Column(name="category")
private String category;
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