Browse Source

修改值班配置日志注解

zhongwei
段飞宇 2 years ago
parent
commit
cbe8a620ac
  1. 2
      hzims-service/operational/src/main/java/com/hnac/hzims/operational/duty/controller/ImsDutyClassController.java

2
hzims-service/operational/src/main/java/com/hnac/hzims/operational/duty/controller/ImsDutyClassController.java

@ -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);

Loading…
Cancel
Save