feat:今日必办
This commit is contained in:
@@ -44,7 +44,7 @@ public class MiniMessageTemplateController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("待办列表/模块列表")
|
@ApiOperation("待办列表/模块列表")
|
||||||
@GetMapping("/getStorePendingList")
|
@PostMapping("/getStorePendingList")
|
||||||
public ResponseResult<PageInfo<StoreMessageVO>> getStorePendingList(@RequestBody StoreMessagePendingRequest request) {
|
public ResponseResult<PageInfo<StoreMessageVO>> getStorePendingList(@RequestBody StoreMessagePendingRequest request) {
|
||||||
return ResponseResult.success(messageTemplateService.getStorePendingList(request));
|
return ResponseResult.success(messageTemplateService.getStorePendingList(request));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user