Commit d6b8611e authored by 赵啸非's avatar 赵啸非

添加大厅与窗口关联

parent 8dcf9fd1
...@@ -35,7 +35,6 @@ public class BusinessController extends BaseCRUDJsonBodyMappingController<Busine ...@@ -35,7 +35,6 @@ public class BusinessController extends BaseCRUDJsonBodyMappingController<Busine
private ParamService paramService; private ParamService paramService;
public BusinessController(){ public BusinessController(){
super.setFormClass(BusinessForm.class);
super.setModuleDesc( "站点业务"); super.setModuleDesc( "站点业务");
} }
......
...@@ -6,8 +6,8 @@ Content-Type: application/json ...@@ -6,8 +6,8 @@ Content-Type: application/json
{ {
"idNotList": [11,18,17,14,27,28], "idNotList": [11,18,17,14,27,28],
"siteId": 1, "siteId": 1,
"page":1, "page":3,
"size":10 "size":1
} }
###站点业务列表 ###站点业务列表
......
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