Commit 1fb62751 by 王力

Merge branch 'feature_OrderServiceList_wangl' into 'develop'

数据库表结构变更

See merge request !17
2 parents eb8eeb00 8b284dec
...@@ -14,7 +14,7 @@ public class OrderEvent { ...@@ -14,7 +14,7 @@ public class OrderEvent {
private String operator; private String operator;
private String operatorName; private String operatorName;
private String source; private String source;
private String desc; private String description;
private String memo; private String memo;
private Timestamp createTime; private Timestamp createTime;
private Timestamp updateTime; private Timestamp updateTime;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!