摘要:
最近在做下拉框,里面放入值大概有这几种 //仓库业务类型 第一种 model.addAttribute("warehouseBizTypeList", basePropertyService.loadPropertyDicByPropertyId(PropertyDictionary.WAREHOUSE_BIZ_TYPE)); //所属客户:分部 第二种 model.addAttribute("customerBelongedList",customerInfoService.loadBelongedCustomer());第一种是放入数据字典/** * 阅读全文