Commit 0521a0f4 by wangli

数据库新增字段

1 parent 11e31c19
...@@ -2,7 +2,6 @@ package com.dituhui.pea.order.entity; ...@@ -2,7 +2,6 @@ package com.dituhui.pea.order.entity;
import lombok.Data; import lombok.Data;
import java.sql.Time;
import java.sql.Timestamp; import java.sql.Timestamp;
@Data @Data
...@@ -17,6 +16,7 @@ public class OrgTeam { ...@@ -17,6 +16,7 @@ public class OrgTeam {
private String warehouseId; private String warehouseId;
private String workdays; private String workdays;
private String memo; private String memo;
private String workOn;
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!