|
|
@ -83,8 +83,8 @@ public class TicketMatterGroupController extends BladeController { |
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
@ApiOperationSupport(order = 50) |
|
|
|
@ApiOperation(value = "分页") |
|
|
|
@ApiOperation(value = "分页") |
|
|
|
@OperationAnnotation(moduleName = "两票管理", |
|
|
|
@OperationAnnotation(moduleName = "两票管理", |
|
|
|
title = "票据管理",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE, |
|
|
|
title = "票据模板",operatorType = OperatorType.MOBILE,businessType = BusinessType.GENCODE, |
|
|
|
action = "分页") |
|
|
|
action = "分页查询票据模板列表") |
|
|
|
public R<IPage<TicketMatterGroupVO>> queryList(TicketMatterGroupDTO req, Query query) { |
|
|
|
public R<IPage<TicketMatterGroupVO>> queryList(TicketMatterGroupDTO req, Query query) { |
|
|
|
return service.queryList(req,query); |
|
|
|
return service.queryList(req,query); |
|
|
|
} |
|
|
|
} |
|
|
|