Commit c184119f authored by zuoyh's avatar zuoyh

股東表插入、查詢

parent cde40bfc
......@@ -60,7 +60,7 @@ public class AppShareholderDetailController {
* @param appShareholderDetailFindDTO
* @return
*/
@GetMapping("/page")
@PostMapping("/page")
public ObjectRestResponse<PageDataVO<AppShareholderDetailVo>> findWithPage(@RequestBody AppShareholderDetailFindDTO appShareholderDetailFindDTO) {
PageDataVO<AppShareholderDetailVo> dataVO = appShareholderDetailBiz.findWithPage(appShareholderDetailFindDTO);
return ObjectRestResponse.succ(dataVO);
......
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