|
|
|
@ -73,7 +73,7 @@ public class ImsDutyClassController extends BladeController {
|
|
|
|
|
@ApiOperationSupport(order = 2) |
|
|
|
|
@OperationAnnotation(moduleName = "值班管理",title = "值班配置",operatorType = OperatorType.MOBILE,businessType = |
|
|
|
|
BusinessType.GENCODE,action |
|
|
|
|
= "列表(不分页)") |
|
|
|
|
= "查询值班配置列表") |
|
|
|
|
@ApiOperation(value = "列表(不分页)", notes = "传入imsDutyClass") |
|
|
|
|
public R<List<ImsDutyClassEntity>> getlist(ImsDutyClassEntity imsDutyClass) { |
|
|
|
|
List<ImsDutyClassEntity> list = imsDutyClassService.getList(imsDutyClass); |
|
|
|
|