Commit bea16be9 by 王力

Merge branch 'dev_engineer_work_dynamics' into 'develop'

数据库表结构变更

See merge request !233
2 parents 0afdd957 3aea13c8
......@@ -4,7 +4,8 @@ import lombok.Data;
@Data
public class OrgWarehouseInfo {
private Integer warehouseId;
private long id;
private String warehouseId;
private String warehouseName;
private String branchId;
private String cityCode;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!