api文档名称修改

This commit is contained in:
guo 2023-11-08 17:53:03 +08:00
parent e01d259602
commit a5220b6bdd
45 changed files with 47 additions and 47 deletions

View File

@ -30,7 +30,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/appVersion") @RequestMapping("/xmgl/appVersion")
@Slf4j @Slf4j
@Api("AppVersionController相关Api") @Api("APP版本管理相关Api")
public class AppVersionController { public class AppVersionController {
@Autowired @Autowired
private IAppVersionService appVersionService; private IAppVersionService appVersionService;

View File

@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
@RestController @RestController
@RequestMapping("/xmgl/computerAuth") @RequestMapping("/xmgl/computerAuth")
@Slf4j @Slf4j
@Api("ComputerAuthController相关Api") @Api("服务器认证相关Api")
public class ComputerAuthController { public class ComputerAuthController {
@Autowired @Autowired

View File

@ -30,7 +30,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/dictionary") @RequestMapping("/xmgl/dictionary")
@Slf4j @Slf4j
@Api(tags = "DictionaryController相关Api") @Api(tags = "字典相关Api")
public class DictionaryController { public class DictionaryController {
@Autowired @Autowired
private IDictionaryService dictionaryService; private IDictionaryService dictionaryService;

View File

@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletRequest;
@RestController @RestController
@RequestMapping("/xmgl/towerCollideAlarm") @RequestMapping("/xmgl/towerCollideAlarm")
@Slf4j @Slf4j
@Api("TowerCollideAlarmController相关Api") @Api("塔机设备防碰撞报警相关Api")
public class TowerCollideAlarmController { public class TowerCollideAlarmController {
@Autowired @Autowired
private ITowerCollideAlarmService towerCollideAlarmService; private ITowerCollideAlarmService towerCollideAlarmService;

View File

@ -30,7 +30,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/towerFault") @RequestMapping("/xmgl/towerFault")
@Slf4j @Slf4j
@Api("TowerFaultController相关Api") @Api("塔机故障数据表相关Api")
public class TowerFaultController { public class TowerFaultController {
@Autowired @Autowired
private ITowerFaultService towerFaultService; private ITowerFaultService towerFaultService;

View File

@ -32,7 +32,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/carType") @RequestMapping("/xmgl/carType")
@Slf4j @Slf4j
@Api("CarTypeController相关Api") @Api("车辆类型表相关Api")
public class CarTypeController { public class CarTypeController {
@Autowired @Autowired
private ICarTypeService carTypeService; private ICarTypeService carTypeService;

View File

@ -27,7 +27,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/electricalLockOperateRecord") @RequestMapping("/xmgl/electricalLockOperateRecord")
@Slf4j @Slf4j
@Api("ElectricalLockOperateRecordController相关Api") @Api("配电箱锁开关操作记录相关Api")
public class ElectricalLockOperateRecordController { public class ElectricalLockOperateRecordController {
@Autowired @Autowired
private IElectricalLockOperateRecordService electricalLockOperateRecordService; private IElectricalLockOperateRecordService electricalLockOperateRecordService;

View File

@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
@RequestMapping("/xmgl/deepExcavationMeasurePointThreshold") @RequestMapping("/xmgl/deepExcavationMeasurePointThreshold")
@Slf4j @Slf4j
@Api("DeepExcavationMeasurePointThresholdController相关Api") @Api("深基坑-测点警情设置相关Api")
public class DeepExcavationMeasurePointThresholdController { public class DeepExcavationMeasurePointThresholdController {
// //
// //

View File

@ -35,7 +35,7 @@ import java.util.Objects;
@RestController @RestController
@RequestMapping("/xmgl/frontierProtectionDevAlarm") @RequestMapping("/xmgl/frontierProtectionDevAlarm")
@Slf4j @Slf4j
@Api(tags = "FrontierProtectionDevAlarmController相关Api") @Api(tags = "临边防护-设备告警相关Api")
public class FrontierProtectionDevAlarmController { public class FrontierProtectionDevAlarmController {
@Autowired @Autowired
private IFrontierProtectionDevAlarmService frontierProtectionDevAlarmService; private IFrontierProtectionDevAlarmService frontierProtectionDevAlarmService;

View File

@ -30,7 +30,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/highFormworkAlarmData") @RequestMapping("/xmgl/highFormworkAlarmData")
@Slf4j @Slf4j
@Api("HighFormworkAlarmDataController相关Api") @Api("高支模报警数据相关Api")
public class HighFormworkAlarmDataController { public class HighFormworkAlarmDataController {
@Autowired @Autowired
private IHighFormworkAlarmDataService highFormworkAlarmDataService; private IHighFormworkAlarmDataService highFormworkAlarmDataService;

View File

@ -30,7 +30,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/highFormworkMeasurePointThreshold") @RequestMapping("/xmgl/highFormworkMeasurePointThreshold")
@Slf4j @Slf4j
@Api("HighFormworkMeasurePointThresholdController相关Api") @Api("高支模-测量点报警预警阀值相关Api")
public class HighFormworkMeasurePointThresholdController { public class HighFormworkMeasurePointThresholdController {
@Autowired @Autowired
private IHighFormworkMeasurePointThresholdService highFormworkMeasurePointThresholdService; private IHighFormworkMeasurePointThresholdService highFormworkMeasurePointThresholdService;

View File

@ -32,7 +32,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/led/ledBigScreen") @RequestMapping("/xmgl/led/ledBigScreen")
@Slf4j @Slf4j
@Api(tags = "LedBigScreenController相关Api") @Api(tags = "led大屏相关Api")
public class LedBigScreenController { public class LedBigScreenController {
@Autowired @Autowired
private ILedBigScreenService ledBigScreenService; private ILedBigScreenService ledBigScreenService;

View File

@ -49,7 +49,7 @@ import com.alibaba.fastjson.JSON;
@RestController @RestController
@RequestMapping("/xmgl/led/ledBigScreenRegion") @RequestMapping("/xmgl/led/ledBigScreenRegion")
@Slf4j @Slf4j
@Api(tags = "LedBigScreenRegionController相关Api") @Api(tags = "led大屏-区域相关Api")
public class LedBigScreenRegionController { public class LedBigScreenRegionController {
@Autowired @Autowired
private ILedBigScreenRegionService ledBigScreenRegionService; private ILedBigScreenRegionService ledBigScreenRegionService;

View File

@ -48,7 +48,7 @@ import com.alibaba.fastjson.JSON;
@RestController @RestController
@RequestMapping("/xmgl/houseTypeItem") @RequestMapping("/xmgl/houseTypeItem")
@Slf4j @Slf4j
@Api("HouseTypeItemController相关Api") @Api("户型-房间明细相关Api")
public class HouseTypeItemController { public class HouseTypeItemController {
@Autowired @Autowired
private IHouseTypeItemService houseTypeItemService; private IHouseTypeItemService houseTypeItemService;

View File

@ -48,7 +48,7 @@ import com.alibaba.fastjson.JSON;
@RestController @RestController
@RequestMapping("/xmgl/massReboundSubitemMeasureRecord") @RequestMapping("/xmgl/massReboundSubitemMeasureRecord")
@Slf4j @Slf4j
@Api("MassReboundSubitemMeasureRecordController相关Api") @Api("质量回弹-子项测量结果记录相关Api")
public class MassReboundSubitemMeasureRecordController { public class MassReboundSubitemMeasureRecordController {
@Autowired @Autowired
private IMassReboundSubitemMeasureRecordService massReboundSubitemMeasureRecordService; private IMassReboundSubitemMeasureRecordService massReboundSubitemMeasureRecordService;

View File

@ -44,7 +44,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/materialApproachRecord") @RequestMapping("/xmgl/materialApproachRecord")
@Slf4j @Slf4j
@Api(tags = "MaterialApproachRecordController相关Api") @Api(tags = "材料进场记录相关Api")
public class MaterialApproachRecordController { public class MaterialApproachRecordController {
@Autowired @Autowired
private IMaterialApproachRecordService materialApproachRecordService; private IMaterialApproachRecordService materialApproachRecordService;

View File

@ -40,7 +40,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/msMixedSoilData") @RequestMapping("/xmgl/msMixedSoilData")
@Slf4j @Slf4j
@Api(tags = "MsMixedSoilDataController相关Api") @Api(tags = "混合土拌合站数据相关Api")
public class MsMixedSoilDataController { public class MsMixedSoilDataController {
@Autowired @Autowired
private IMsMixedSoilDataService msMixedSoilDataService; private IMsMixedSoilDataService msMixedSoilDataService;

View File

@ -41,7 +41,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/msMixedSoilDev") @RequestMapping("/xmgl/msMixedSoilDev")
@Slf4j @Slf4j
@Api(tags = "MsMixedSoilDevController相关Api") @Api(tags = "混合土拌合站设备相关Api")
public class MsMixedSoilDevController { public class MsMixedSoilDevController {
@Autowired @Autowired
private IMsMixedSoilDevService msMixedSoilDevService; private IMsMixedSoilDevService msMixedSoilDevService;

View File

@ -44,7 +44,7 @@ import springfox.documentation.annotations.ApiIgnore;
@RestController @RestController
@RequestMapping("/xmgl/msMixedSoilExceedData") @RequestMapping("/xmgl/msMixedSoilExceedData")
@Slf4j @Slf4j
@Api(tags = "MsMixedSoilExceedDataController相关Api") @Api(tags = "混合土拌合站超标数据相关Api")
public class MsMixedSoilExceedDataController { public class MsMixedSoilExceedDataController {
@Autowired @Autowired
private IMsMixedSoilExceedDataService msMixedSoilExceedDataService; private IMsMixedSoilExceedDataService msMixedSoilExceedDataService;

View File

@ -31,7 +31,7 @@ import java.util.*;
@RestController @RestController
@RequestMapping("/xmgl/poisonousGasDevAlarm") @RequestMapping("/xmgl/poisonousGasDevAlarm")
@Slf4j @Slf4j
@Api(tags = "PoisonousGasDevAlarmController相关Api") @Api(tags = "有毒气体-报警相关Api")
public class PoisonousGasDevAlarmController { public class PoisonousGasDevAlarmController {
@Autowired @Autowired
private IPoisonousGasDevAlarmService poisonousGasDevAlarmService; private IPoisonousGasDevAlarmService poisonousGasDevAlarmService;

View File

@ -49,7 +49,7 @@ import com.alibaba.fastjson.JSON;
@RestController @RestController
@RequestMapping("/xmgl/poisonousGasDev") @RequestMapping("/xmgl/poisonousGasDev")
@Slf4j @Slf4j
@Api(tags = "PoisonousGasDevController相关Api") @Api(tags = "有毒气体-设备相关Api")
public class PoisonousGasDevController { public class PoisonousGasDevController {
@Autowired @Autowired
private IPoisonousGasDevService poisonousGasDevService; private IPoisonousGasDevService poisonousGasDevService;

View File

@ -33,7 +33,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/poisonousGasDevCurrentData") @RequestMapping("/xmgl/poisonousGasDevCurrentData")
@Slf4j @Slf4j
@Api(tags = "PoisonousGasDevCurrentDataController相关Api") @Api(tags = "有毒气体-数据相关Api")
public class PoisonousGasDevCurrentDataController { public class PoisonousGasDevCurrentDataController {
@Autowired @Autowired
private IPoisonousGasDevCurrentDataService poisonousGasDevCurrentDataService; private IPoisonousGasDevCurrentDataService poisonousGasDevCurrentDataService;

View File

@ -30,7 +30,7 @@ import java.util.stream.Collectors;
@RestController @RestController
@RequestMapping("/xmgl/projectFile") @RequestMapping("/xmgl/projectFile")
@Slf4j @Slf4j
@Api("ProjectFileController相关Api") @Api("项目文件档案相关Api")
public class ProjectFileController { public class ProjectFileController {
@Autowired @Autowired
private IProjectFileService projectFileService; private IProjectFileService projectFileService;

View File

@ -36,7 +36,7 @@ import org.springframework.web.bind.annotation.*;
@RestController @RestController
@RequestMapping("/xmgl/safetyPartyGroup") @RequestMapping("/xmgl/safetyPartyGroup")
@Slf4j @Slf4j
@Api("SafetyPartyGroupController相关Api") @Api("安全晨会相关Api")
public class SafetyPartyGroupController { public class SafetyPartyGroupController {
@Autowired @Autowired
private ISafetyPartyGroupService safetyPartyGroupService; private ISafetyPartyGroupService safetyPartyGroupService;

View File

@ -45,7 +45,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/sjImageProgress") @RequestMapping("/xmgl/sjImageProgress")
@Slf4j @Slf4j
@Api(tags = "sjImageProgressController相关Api") @Api(tags = "三江形象进度相关Api")
public class SjImageProgressController { public class SjImageProgressController {
@Autowired @Autowired
private ISjImageProgressService sjImageProgressService; private ISjImageProgressService sjImageProgressService;

View File

@ -42,7 +42,7 @@ import java.util.Objects;
@RestController @RestController
@RequestMapping("/xmgl/smokeDevAlarm") @RequestMapping("/xmgl/smokeDevAlarm")
@Slf4j @Slf4j
@Api(tags = "SmokeDevAlarmController相关Api") @Api(tags = "烟感报警数据相关Api")
public class SmokeDevAlarmController { public class SmokeDevAlarmController {
@Autowired @Autowired
private ISmokeDevAlarmService smokeDevAlarmService; private ISmokeDevAlarmService smokeDevAlarmService;

View File

@ -30,7 +30,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/smokeDev") @RequestMapping("/xmgl/smokeDev")
@Slf4j @Slf4j
@Api(tags = "SmokeDevController相关Api") @Api(tags = "烟感报警设备相关Api")
public class SmokeDevController { public class SmokeDevController {
@Autowired @Autowired
private ISmokeDevService smokeDevService; private ISmokeDevService smokeDevService;

View File

@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
@RestController @RestController
@RequestMapping("/xmgl/standardDevRealTimeData") @RequestMapping("/xmgl/standardDevRealTimeData")
@Slf4j @Slf4j
@Api("StandardDevRealTimeDataController相关Api") @Api("标养室设备实时数据相关Api")
public class StandardDevRealTimeDataController { public class StandardDevRealTimeDataController {
@Autowired @Autowired
private IStandardDevRealTimeDataService standardDevRealTimeDataService; private IStandardDevRealTimeDataService standardDevRealTimeDataService;

View File

@ -27,7 +27,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/standardSampleNotice") @RequestMapping("/xmgl/standardSampleNotice")
@Slf4j @Slf4j
@Api("StandardSampleNoticeController相关Api") @Api("标养室样品超期提醒相关Api")
public class StandardSampleNoticeController { public class StandardSampleNoticeController {
@Autowired @Autowired
private IStandardSampleNoticeService standardSampleNoticeService; private IStandardSampleNoticeService standardSampleNoticeService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/cx/stuffDepartmentOrExProcessor") @RequestMapping("/xmgl/cx/stuffDepartmentOrExProcessor")
@Slf4j @Slf4j
@Api(tags = "StuffDepartmentOrExProcessorController相关Api") @Api(tags = "部门或外加工户相关Api")
public class StuffDepartmentOrExProcessorController { public class StuffDepartmentOrExProcessorController {
@Autowired @Autowired
private IStuffDepartmentOrExProcessorService stuffDepartmentOrExProcessorService; private IStuffDepartmentOrExProcessorService stuffDepartmentOrExProcessorService;

View File

@ -45,7 +45,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/stuff/stuffDetail") @RequestMapping("/xmgl/stuff/stuffDetail")
@Slf4j @Slf4j
@Api(tags = "StuffDetailController相关Api-货品") @Api(tags = "货品相关Api-货品")
public class StuffDetailController { public class StuffDetailController {
@Autowired @Autowired
private IStuffDetailService stuffDetailService; private IStuffDetailService stuffDetailService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/stuff/stuffEmployee") @RequestMapping("/xmgl/stuff/stuffEmployee")
@Slf4j @Slf4j
@Api(tags = "StuffEmployeeController相关Api-员工") @Api(tags = "员工相关Api-员工")
public class StuffEmployeeController { public class StuffEmployeeController {
@Autowired @Autowired
private IStuffEmployeeService stuffEmployeeService; private IStuffEmployeeService stuffEmployeeService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/stuff/stuffPickingUnit") @RequestMapping("/xmgl/stuff/stuffPickingUnit")
@Slf4j @Slf4j
@Api(tags = "StuffPickingUnitController相关Api-领料单位") @Api(tags = "领料单位相关Api-领料单位")
public class StuffPickingUnitController { public class StuffPickingUnitController {
@Autowired @Autowired
private IStuffPickingUnitService stuffPickingUnitService; private IStuffPickingUnitService stuffPickingUnitService;

View File

@ -45,7 +45,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/stuff/stuffType") @RequestMapping("/xmgl/stuff/stuffType")
@Slf4j @Slf4j
@Api(tags = "StuffTypeController相关Api-货品分类") @Api(tags = "货品分类相关Api-货品分类")
public class StuffTypeController { public class StuffTypeController {
@Autowired @Autowired
private IStuffTypeService stuffTypeService; private IStuffTypeService stuffTypeService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/stuff/stuffVendor") @RequestMapping("/xmgl/stuff/stuffVendor")
@Slf4j @Slf4j
@Api(tags = "StuffVendorController相关Api-供应商") @Api(tags = "供应商相关Api-供应商")
public class StuffVendorController { public class StuffVendorController {
@Autowired @Autowired
private IStuffVendorService stuffVendorService; private IStuffVendorService stuffVendorService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/stuff/stuffWarehouse") @RequestMapping("/xmgl/stuff/stuffWarehouse")
@Slf4j @Slf4j
@Api(tags = "StuffWarehouseController相关Api-仓库") @Api(tags = "仓库相关Api-仓库")
public class StuffWarehouseController { public class StuffWarehouseController {
@Autowired @Autowired
private IStuffWarehouseService stuffWarehouseService; private IStuffWarehouseService stuffWarehouseService;

View File

@ -49,7 +49,7 @@ import com.alibaba.fastjson.JSON;
@RestController @RestController
@RequestMapping("/xmgl/tckw/tckwWireRopeInspectionDamageRecord") @RequestMapping("/xmgl/tckw/tckwWireRopeInspectionDamageRecord")
@Slf4j @Slf4j
@Api(tags = "TckwWireRopeInspectionDamageRecordController相关Api") @Api(tags = "TCK.W钢丝绳检测损伤记录相关Api")
public class TckwWireRopeInspectionDamageRecordController { public class TckwWireRopeInspectionDamageRecordController {
@Autowired @Autowired
private ITckwWireRopeInspectionDamageRecordService tckwWireRopeInspectionDamageRecordService; private ITckwWireRopeInspectionDamageRecordService tckwWireRopeInspectionDamageRecordService;

View File

@ -34,7 +34,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/tckw/tckwWireRopeInspectionRecord") @RequestMapping("/xmgl/tckw/tckwWireRopeInspectionRecord")
@Slf4j @Slf4j
@Api(tags = "TckwWireRopeInspectionRecordController相关Api") @Api(tags = "TCK.W钢丝绳检测记录相关Api")
public class TckwWireRopeInspectionRecordController { public class TckwWireRopeInspectionRecordController {
@Autowired @Autowired
private ITckwWireRopeInspectionRecordService tckwWireRopeInspectionRecordService; private ITckwWireRopeInspectionRecordService tckwWireRopeInspectionRecordService;

View File

@ -25,7 +25,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/videoAlarm") @RequestMapping("/xmgl/videoAlarm")
@Slf4j @Slf4j
@Api("VideoAlarmController相关Api") @Api("视频设备-事件报警相关Api")
public class VideoAlarmController { public class VideoAlarmController {
@Autowired @Autowired
private IVideoAlarmService videoAlarmService; private IVideoAlarmService videoAlarmService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/weight/goodsName") @RequestMapping("/xmgl/weight/goodsName")
@Slf4j @Slf4j
@Api(tags = "GoodsNameController相关Api") @Api(tags = "货名相关Api")
public class GoodsNameController { public class GoodsNameController {
@Autowired @Autowired
private IGoodsNameService goodsNameService; private IGoodsNameService goodsNameService;

View File

@ -47,7 +47,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/weight/receivingForwardingUnit") @RequestMapping("/xmgl/weight/receivingForwardingUnit")
@Slf4j @Slf4j
@Api(tags = "ReceivingForwardingUnitController相关Api") @Api(tags = "收发货单位相关Api")
public class ReceivingForwardingUnitController { public class ReceivingForwardingUnitController {
@Autowired @Autowired
private IReceivingForwardingUnitService receivingForwardingUnitService; private IReceivingForwardingUnitService receivingForwardingUnitService;

View File

@ -34,7 +34,7 @@ import java.util.stream.Collectors;
@RestController @RestController
@RequestMapping("/xmgl/weight/weighBookVehicleInfo") @RequestMapping("/xmgl/weight/weighBookVehicleInfo")
@Slf4j @Slf4j
@Api(tags = "WeighBookVehicleInfoController相关Api") @Api(tags = "过磅预约车辆信息相关Api")
public class WeighBookVehicleInfoController { public class WeighBookVehicleInfoController {
@Autowired @Autowired
private IWeighBookVehicleInfoService weighBookVehicleInfoService; private IWeighBookVehicleInfoService weighBookVehicleInfoService;

View File

@ -33,7 +33,7 @@ import java.util.List;
@RestController @RestController
@RequestMapping("/xmgl/weight/weighInfo") @RequestMapping("/xmgl/weight/weighInfo")
@Slf4j @Slf4j
@Api(tags = "WeighInfoController相关Api") @Api(tags = "称重记录表相关Api")
public class WeighInfoController { public class WeighInfoController {
@Autowired @Autowired
private IWeighInfoService weighInfoService; private IWeighInfoService weighInfoService;

View File

@ -45,7 +45,7 @@ import java.util.Map;
@RestController @RestController
@RequestMapping("/xmgl/weight/weighPic") @RequestMapping("/xmgl/weight/weighPic")
@Slf4j @Slf4j
@Api(tags = "WeighPicController相关Api") @Api(tags = "称重图片相关Api")
public class WeighPicController { public class WeighPicController {
@Autowired @Autowired
private IWeighPicService weighPicService; private IWeighPicService weighPicService;

View File

@ -18,10 +18,10 @@ import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
@RequestMapping("/xmgl/workerAttendancePresence") @RequestMapping("/xmgl/workerAttendancePresence")
@Slf4j @Slf4j
@Api("WorkerAttendancePresenceController相关Api") @Api("考勤当前在场的人相关Api")
public class WorkerAttendancePresenceController { public class WorkerAttendancePresenceController {
@Autowired @Autowired
private IWorkerAttendancePresenceService workerAttendancePresenceService; private IWorkerAttendancePresenceService workerAttendancePresenceService;
} }