Commit 4fe59d73 by 陶光胜

门店列表展示字段配置

parent b6f4a3c7
......@@ -143,40 +143,40 @@ public class StoreController {
vo1.setKey("门店名称");
list.add(vo1);
StoreListSourceVO vo2 = new StoreListSourceVO();
vo1.setValue("storeGroupName");
vo1.setKey("门店分组名称");
vo2.setValue("storeGroupName");
vo2.setKey("门店分组名称");
list.add(vo2);
StoreListSourceVO vo3 = new StoreListSourceVO();
vo1.setValue("storeCode");
vo1.setKey("关联门店主键");
vo3.setValue("storeCode");
vo3.setKey("关联门店主键");
list.add(vo3);
StoreListSourceVO vo4 = new StoreListSourceVO();
vo1.setValue("provinces");
vo1.setKey("地区");
vo4.setValue("provinces");
vo4.setKey("地区");
list.add(vo4);
StoreListSourceVO vo5 = new StoreListSourceVO();
vo1.setValue("brandNames");
vo1.setKey("门店品牌");
vo5.setValue("brandNames");
vo5.setKey("门店品牌");
list.add(vo5);
StoreListSourceVO vo6 = new StoreListSourceVO();
vo1.setValue("completeStatus");
vo1.setKey("资料完善状态");
vo6.setValue("completeStatus");
vo6.setKey("资料完善状态");
list.add(vo6);
StoreListSourceVO vo7 = new StoreListSourceVO();
vo1.setValue("status");
vo1.setKey("门店启用状态");
vo7.setValue("status");
vo7.setKey("门店启用状态");
list.add(vo7);
StoreListSourceVO vo8 = new StoreListSourceVO();
vo1.setValue("regionName");
vo1.setKey("门店所属域");
vo8.setValue("regionName");
vo8.setKey("门店所属域");
list.add(vo8);
StoreListSourceVO vo9 = new StoreListSourceVO();
vo1.setValue("erpStatus");
vo1.setKey("门店状态");
vo9.setValue("erpStatus");
vo9.setKey("门店状态");
list.add(vo9);
StoreListSourceVO vo10 = new StoreListSourceVO();
vo1.setValue("storeType");
vo1.setKey("门店类型");
vo10.setValue("storeType");
vo10.setKey("门店类型");
list.add(vo10);
return list;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment