Commit 1923bf1f by wangli

修改

1 parent b55f8a4a
...@@ -12,10 +12,10 @@ public class OrderEvent { ...@@ -12,10 +12,10 @@ public class OrderEvent {
private Timestamp happen; private Timestamp happen;
private String event; private String event;
private String operator; private String operator;
private String operator_name; private String operatorName;
private String source; private String source;
private String desc; private String desc;
private String memo; private String memo;
private Timestamp create_time; private Timestamp createTime;
private Timestamp update_time; private Timestamp updateTime;
} }
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!