Commit 17ea6089 authored by hezhen's avatar hezhen

添加门店列表

parent 4eb15b24
...@@ -228,4 +228,10 @@ public class BranchCompanyController extends BaseController<BranchCompanyBiz> { ...@@ -228,4 +228,10 @@ public class BranchCompanyController extends BaseController<BranchCompanyBiz> {
return baseBiz.findBranchCompanyAreaByIds(compnayIds); return baseBiz.findBranchCompanyAreaByIds(compnayIds);
} }
@GetMapping("/alls")
public ObjectRestResponse alls(CompanySearchDTO vo){
return ObjectRestResponse.succ(baseBiz.getList(vo));
}
} }
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