Commit 7d8f5cea by wangli

数据库表变更

1 parent f4481d1b
......@@ -8,7 +8,7 @@ import java.sql.Timestamp;
public class EngineerInfo {
private Integer id;
private String engineerCode;
private Integer subsectionId;
private String branchId;
private String code;
private String name;
private String cosmosId;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!