Commit 65819b46 by wangli

数据库表结构变更

1 parent 9121a80b
...@@ -16,7 +16,8 @@ public class EngineerBusiness { ...@@ -16,7 +16,8 @@ public class EngineerBusiness {
private String address; private String address;
private String x; private String x;
private String y; private String y;
private String transportMode; private String vehicle;
private String vehicleNo;
private Integer priority; private Integer priority;
private Integer departure; private Integer departure;
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!