Commit aa478a43 by wangli

数据库结构变更

1 parent 20d4b8d1
...@@ -9,7 +9,7 @@ public class EngineerSkill { ...@@ -9,7 +9,7 @@ public class EngineerSkill {
private Integer id; private Integer id;
private String engineerCode; private String engineerCode;
private String categoryId; private String categoryId;
private String describe; private String description;
private Integer bean_status; private Integer bean_status;
private Integer status; private Integer status;
private String memo; private String memo;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!