Commit 3aea13c8 by wangli

数据库表结构变更

1 parent f16898b4
......@@ -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!