Commit 745fd773 by wangli

数据库表结构变更

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