Commit 745fd773 by wangli

数据库表结构变更

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