|
|
@@ -1,6 +1,7 @@
|
|
|
package com.goafanti.business.controller;
|
|
|
|
|
|
import com.goafanti.business.bo.InputRestrictProject;
|
|
|
+import com.goafanti.business.bo.RestrictProjectPageList;
|
|
|
import com.goafanti.business.service.RestrictProjectService;
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.controller.CertifyApiController;
|
|
|
@@ -53,7 +54,7 @@ public class RestrictProjectController extends CertifyApiController {
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/pageList", method = RequestMethod.GET)
|
|
|
- public Result pageList(InputRestrictProject in){
|
|
|
+ public Result<RestrictProjectPageList> pageList(InputRestrictProject in){
|
|
|
Result res = res();
|
|
|
return res.data(restrictProjectService.pageList(in));
|
|
|
}
|