|
|
@ -36,7 +36,7 @@ public class ApplyController extends BaseController {
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
|
private ApplyInfoListManager applyInfoListManager;
|
|
|
|
private ApplyInfoListManager applyInfoListManager;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("申请查询")
|
|
|
|
@ApiOperation("申请列表")
|
|
|
|
@PreAuthorize("@ss.hasPermi('reward:apply:list')")
|
|
|
|
@PreAuthorize("@ss.hasPermi('reward:apply:list')")
|
|
|
|
@GetMapping("/list")
|
|
|
|
@GetMapping("/list")
|
|
|
|
public TableDataInfo list(ApplyInfoListDTO applyInfoListDTO) {
|
|
|
|
public TableDataInfo list(ApplyInfoListDTO applyInfoListDTO) {
|
|
|
|