@Autowired
private BaseDictService baseDictService;
@Autowired
private CustomerService customerService;
@Value("${customer_from_type}")
private String customer_from_type;
@Value("${customer_industry_type}")
private String customer_industry_type;
@Value("${customer_level_type}")
private String customer_level_type;
@RequestMapping("list")
public String list(Model model,QueryVo vo) {
2021-06-15 23:10:04
15.16MB
servlet
1