api文档名称修改
This commit is contained in:
parent
e01d259602
commit
a5220b6bdd
@ -30,7 +30,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/appVersion")
|
||||
@Slf4j
|
||||
@Api("AppVersionController相关Api")
|
||||
@Api("APP版本管理相关Api")
|
||||
public class AppVersionController {
|
||||
@Autowired
|
||||
private IAppVersionService appVersionService;
|
||||
|
||||
@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/computerAuth")
|
||||
@Slf4j
|
||||
@Api("ComputerAuthController相关Api")
|
||||
@Api("服务器认证相关Api")
|
||||
public class ComputerAuthController {
|
||||
|
||||
@Autowired
|
||||
|
||||
@ -30,7 +30,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/dictionary")
|
||||
@Slf4j
|
||||
@Api(tags = "DictionaryController相关Api")
|
||||
@Api(tags = "字典相关Api")
|
||||
public class DictionaryController {
|
||||
@Autowired
|
||||
private IDictionaryService dictionaryService;
|
||||
|
||||
@ -27,7 +27,7 @@ import javax.servlet.http.HttpServletRequest;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/towerCollideAlarm")
|
||||
@Slf4j
|
||||
@Api("TowerCollideAlarmController相关Api")
|
||||
@Api("塔机设备防碰撞报警相关Api")
|
||||
public class TowerCollideAlarmController {
|
||||
@Autowired
|
||||
private ITowerCollideAlarmService towerCollideAlarmService;
|
||||
|
||||
@ -30,7 +30,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/towerFault")
|
||||
@Slf4j
|
||||
@Api("TowerFaultController相关Api")
|
||||
@Api("塔机故障数据表相关Api")
|
||||
public class TowerFaultController {
|
||||
@Autowired
|
||||
private ITowerFaultService towerFaultService;
|
||||
|
||||
@ -32,7 +32,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/carType")
|
||||
@Slf4j
|
||||
@Api("CarTypeController相关Api")
|
||||
@Api("车辆类型表相关Api")
|
||||
public class CarTypeController {
|
||||
@Autowired
|
||||
private ICarTypeService carTypeService;
|
||||
|
||||
@ -27,7 +27,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/electricalLockOperateRecord")
|
||||
@Slf4j
|
||||
@Api("ElectricalLockOperateRecordController相关Api")
|
||||
@Api("配电箱锁开关操作记录相关Api")
|
||||
public class ElectricalLockOperateRecordController {
|
||||
@Autowired
|
||||
private IElectricalLockOperateRecordService electricalLockOperateRecordService;
|
||||
|
||||
@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/deepExcavationMeasurePointThreshold")
|
||||
@Slf4j
|
||||
@Api("DeepExcavationMeasurePointThresholdController相关Api")
|
||||
@Api("深基坑-测点警情设置相关Api")
|
||||
public class DeepExcavationMeasurePointThresholdController {
|
||||
//
|
||||
//
|
||||
|
||||
@ -35,7 +35,7 @@ import java.util.Objects;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/frontierProtectionDevAlarm")
|
||||
@Slf4j
|
||||
@Api(tags = "FrontierProtectionDevAlarmController相关Api")
|
||||
@Api(tags = "临边防护-设备告警相关Api")
|
||||
public class FrontierProtectionDevAlarmController {
|
||||
@Autowired
|
||||
private IFrontierProtectionDevAlarmService frontierProtectionDevAlarmService;
|
||||
|
||||
@ -30,7 +30,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/highFormworkAlarmData")
|
||||
@Slf4j
|
||||
@Api("HighFormworkAlarmDataController相关Api")
|
||||
@Api("高支模报警数据相关Api")
|
||||
public class HighFormworkAlarmDataController {
|
||||
@Autowired
|
||||
private IHighFormworkAlarmDataService highFormworkAlarmDataService;
|
||||
|
||||
@ -30,7 +30,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/highFormworkMeasurePointThreshold")
|
||||
@Slf4j
|
||||
@Api("HighFormworkMeasurePointThresholdController相关Api")
|
||||
@Api("高支模-测量点报警预警阀值相关Api")
|
||||
public class HighFormworkMeasurePointThresholdController {
|
||||
@Autowired
|
||||
private IHighFormworkMeasurePointThresholdService highFormworkMeasurePointThresholdService;
|
||||
|
||||
@ -32,7 +32,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/led/ledBigScreen")
|
||||
@Slf4j
|
||||
@Api(tags = "LedBigScreenController相关Api")
|
||||
@Api(tags = "led大屏相关Api")
|
||||
public class LedBigScreenController {
|
||||
@Autowired
|
||||
private ILedBigScreenService ledBigScreenService;
|
||||
|
||||
@ -49,7 +49,7 @@ import com.alibaba.fastjson.JSON;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/led/ledBigScreenRegion")
|
||||
@Slf4j
|
||||
@Api(tags = "LedBigScreenRegionController相关Api")
|
||||
@Api(tags = "led大屏-区域相关Api")
|
||||
public class LedBigScreenRegionController {
|
||||
@Autowired
|
||||
private ILedBigScreenRegionService ledBigScreenRegionService;
|
||||
|
||||
@ -48,7 +48,7 @@ import com.alibaba.fastjson.JSON;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/houseTypeItem")
|
||||
@Slf4j
|
||||
@Api("HouseTypeItemController相关Api")
|
||||
@Api("户型-房间明细相关Api")
|
||||
public class HouseTypeItemController {
|
||||
@Autowired
|
||||
private IHouseTypeItemService houseTypeItemService;
|
||||
|
||||
@ -48,7 +48,7 @@ import com.alibaba.fastjson.JSON;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/massReboundSubitemMeasureRecord")
|
||||
@Slf4j
|
||||
@Api("MassReboundSubitemMeasureRecordController相关Api")
|
||||
@Api("质量回弹-子项测量结果记录相关Api")
|
||||
public class MassReboundSubitemMeasureRecordController {
|
||||
@Autowired
|
||||
private IMassReboundSubitemMeasureRecordService massReboundSubitemMeasureRecordService;
|
||||
|
||||
@ -44,7 +44,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/materialApproachRecord")
|
||||
@Slf4j
|
||||
@Api(tags = "MaterialApproachRecordController相关Api")
|
||||
@Api(tags = "材料进场记录相关Api")
|
||||
public class MaterialApproachRecordController {
|
||||
@Autowired
|
||||
private IMaterialApproachRecordService materialApproachRecordService;
|
||||
|
||||
@ -40,7 +40,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/msMixedSoilData")
|
||||
@Slf4j
|
||||
@Api(tags = "MsMixedSoilDataController相关Api")
|
||||
@Api(tags = "混合土拌合站数据相关Api")
|
||||
public class MsMixedSoilDataController {
|
||||
@Autowired
|
||||
private IMsMixedSoilDataService msMixedSoilDataService;
|
||||
|
||||
@ -41,7 +41,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/msMixedSoilDev")
|
||||
@Slf4j
|
||||
@Api(tags = "MsMixedSoilDevController相关Api")
|
||||
@Api(tags = "混合土拌合站设备相关Api")
|
||||
public class MsMixedSoilDevController {
|
||||
@Autowired
|
||||
private IMsMixedSoilDevService msMixedSoilDevService;
|
||||
|
||||
@ -44,7 +44,7 @@ import springfox.documentation.annotations.ApiIgnore;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/msMixedSoilExceedData")
|
||||
@Slf4j
|
||||
@Api(tags = "MsMixedSoilExceedDataController相关Api")
|
||||
@Api(tags = "混合土拌合站超标数据相关Api")
|
||||
public class MsMixedSoilExceedDataController {
|
||||
@Autowired
|
||||
private IMsMixedSoilExceedDataService msMixedSoilExceedDataService;
|
||||
|
||||
@ -31,7 +31,7 @@ import java.util.*;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/poisonousGasDevAlarm")
|
||||
@Slf4j
|
||||
@Api(tags = "PoisonousGasDevAlarmController相关Api")
|
||||
@Api(tags = "有毒气体-报警相关Api")
|
||||
public class PoisonousGasDevAlarmController {
|
||||
@Autowired
|
||||
private IPoisonousGasDevAlarmService poisonousGasDevAlarmService;
|
||||
|
||||
@ -49,7 +49,7 @@ import com.alibaba.fastjson.JSON;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/poisonousGasDev")
|
||||
@Slf4j
|
||||
@Api(tags = "PoisonousGasDevController相关Api")
|
||||
@Api(tags = "有毒气体-设备相关Api")
|
||||
public class PoisonousGasDevController {
|
||||
@Autowired
|
||||
private IPoisonousGasDevService poisonousGasDevService;
|
||||
|
||||
@ -33,7 +33,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/poisonousGasDevCurrentData")
|
||||
@Slf4j
|
||||
@Api(tags = "PoisonousGasDevCurrentDataController相关Api")
|
||||
@Api(tags = "有毒气体-数据相关Api")
|
||||
public class PoisonousGasDevCurrentDataController {
|
||||
@Autowired
|
||||
private IPoisonousGasDevCurrentDataService poisonousGasDevCurrentDataService;
|
||||
|
||||
@ -30,7 +30,7 @@ import java.util.stream.Collectors;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/projectFile")
|
||||
@Slf4j
|
||||
@Api("ProjectFileController相关Api")
|
||||
@Api("项目文件档案相关Api")
|
||||
public class ProjectFileController {
|
||||
@Autowired
|
||||
private IProjectFileService projectFileService;
|
||||
|
||||
@ -36,7 +36,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/safetyPartyGroup")
|
||||
@Slf4j
|
||||
@Api("SafetyPartyGroupController相关Api")
|
||||
@Api("安全晨会相关Api")
|
||||
public class SafetyPartyGroupController {
|
||||
@Autowired
|
||||
private ISafetyPartyGroupService safetyPartyGroupService;
|
||||
|
||||
@ -45,7 +45,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/sjImageProgress")
|
||||
@Slf4j
|
||||
@Api(tags = "sjImageProgressController相关Api")
|
||||
@Api(tags = "三江形象进度相关Api")
|
||||
public class SjImageProgressController {
|
||||
@Autowired
|
||||
private ISjImageProgressService sjImageProgressService;
|
||||
|
||||
@ -42,7 +42,7 @@ import java.util.Objects;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/smokeDevAlarm")
|
||||
@Slf4j
|
||||
@Api(tags = "SmokeDevAlarmController相关Api")
|
||||
@Api(tags = "烟感报警数据相关Api")
|
||||
public class SmokeDevAlarmController {
|
||||
@Autowired
|
||||
private ISmokeDevAlarmService smokeDevAlarmService;
|
||||
|
||||
@ -30,7 +30,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/smokeDev")
|
||||
@Slf4j
|
||||
@Api(tags = "SmokeDevController相关Api")
|
||||
@Api(tags = "烟感报警设备相关Api")
|
||||
public class SmokeDevController {
|
||||
@Autowired
|
||||
private ISmokeDevService smokeDevService;
|
||||
|
||||
@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/standardDevRealTimeData")
|
||||
@Slf4j
|
||||
@Api("StandardDevRealTimeDataController相关Api")
|
||||
@Api("标养室设备实时数据相关Api")
|
||||
public class StandardDevRealTimeDataController {
|
||||
@Autowired
|
||||
private IStandardDevRealTimeDataService standardDevRealTimeDataService;
|
||||
|
||||
@ -27,7 +27,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/standardSampleNotice")
|
||||
@Slf4j
|
||||
@Api("StandardSampleNoticeController相关Api")
|
||||
@Api("标养室样品超期提醒相关Api")
|
||||
public class StandardSampleNoticeController {
|
||||
@Autowired
|
||||
private IStandardSampleNoticeService standardSampleNoticeService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/cx/stuffDepartmentOrExProcessor")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffDepartmentOrExProcessorController相关Api")
|
||||
@Api(tags = "部门或外加工户相关Api")
|
||||
public class StuffDepartmentOrExProcessorController {
|
||||
@Autowired
|
||||
private IStuffDepartmentOrExProcessorService stuffDepartmentOrExProcessorService;
|
||||
|
||||
@ -45,7 +45,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/stuff/stuffDetail")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffDetailController相关Api-货品")
|
||||
@Api(tags = "货品相关Api-货品")
|
||||
public class StuffDetailController {
|
||||
@Autowired
|
||||
private IStuffDetailService stuffDetailService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/stuff/stuffEmployee")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffEmployeeController相关Api-员工")
|
||||
@Api(tags = "员工相关Api-员工")
|
||||
public class StuffEmployeeController {
|
||||
@Autowired
|
||||
private IStuffEmployeeService stuffEmployeeService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/stuff/stuffPickingUnit")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffPickingUnitController相关Api-领料单位")
|
||||
@Api(tags = "领料单位相关Api-领料单位")
|
||||
public class StuffPickingUnitController {
|
||||
@Autowired
|
||||
private IStuffPickingUnitService stuffPickingUnitService;
|
||||
|
||||
@ -45,7 +45,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/stuff/stuffType")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffTypeController相关Api-货品分类")
|
||||
@Api(tags = "货品分类相关Api-货品分类")
|
||||
public class StuffTypeController {
|
||||
@Autowired
|
||||
private IStuffTypeService stuffTypeService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/stuff/stuffVendor")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffVendorController相关Api-供应商")
|
||||
@Api(tags = "供应商相关Api-供应商")
|
||||
public class StuffVendorController {
|
||||
@Autowired
|
||||
private IStuffVendorService stuffVendorService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/stuff/stuffWarehouse")
|
||||
@Slf4j
|
||||
@Api(tags = "StuffWarehouseController相关Api-仓库")
|
||||
@Api(tags = "仓库相关Api-仓库")
|
||||
public class StuffWarehouseController {
|
||||
@Autowired
|
||||
private IStuffWarehouseService stuffWarehouseService;
|
||||
|
||||
@ -49,7 +49,7 @@ import com.alibaba.fastjson.JSON;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/tckw/tckwWireRopeInspectionDamageRecord")
|
||||
@Slf4j
|
||||
@Api(tags = "TckwWireRopeInspectionDamageRecordController相关Api")
|
||||
@Api(tags = "TCK.W钢丝绳检测损伤记录相关Api")
|
||||
public class TckwWireRopeInspectionDamageRecordController {
|
||||
@Autowired
|
||||
private ITckwWireRopeInspectionDamageRecordService tckwWireRopeInspectionDamageRecordService;
|
||||
|
||||
@ -34,7 +34,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/tckw/tckwWireRopeInspectionRecord")
|
||||
@Slf4j
|
||||
@Api(tags = "TckwWireRopeInspectionRecordController相关Api")
|
||||
@Api(tags = "TCK.W钢丝绳检测记录相关Api")
|
||||
public class TckwWireRopeInspectionRecordController {
|
||||
@Autowired
|
||||
private ITckwWireRopeInspectionRecordService tckwWireRopeInspectionRecordService;
|
||||
|
||||
@ -25,7 +25,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/videoAlarm")
|
||||
@Slf4j
|
||||
@Api("VideoAlarmController相关Api")
|
||||
@Api("视频设备-事件报警相关Api")
|
||||
public class VideoAlarmController {
|
||||
@Autowired
|
||||
private IVideoAlarmService videoAlarmService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/weight/goodsName")
|
||||
@Slf4j
|
||||
@Api(tags = "GoodsNameController相关Api")
|
||||
@Api(tags = "货名相关Api")
|
||||
public class GoodsNameController {
|
||||
@Autowired
|
||||
private IGoodsNameService goodsNameService;
|
||||
|
||||
@ -47,7 +47,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/weight/receivingForwardingUnit")
|
||||
@Slf4j
|
||||
@Api(tags = "ReceivingForwardingUnitController相关Api")
|
||||
@Api(tags = "收发货单位相关Api")
|
||||
public class ReceivingForwardingUnitController {
|
||||
@Autowired
|
||||
private IReceivingForwardingUnitService receivingForwardingUnitService;
|
||||
|
||||
@ -34,7 +34,7 @@ import java.util.stream.Collectors;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/weight/weighBookVehicleInfo")
|
||||
@Slf4j
|
||||
@Api(tags = "WeighBookVehicleInfoController相关Api")
|
||||
@Api(tags = "过磅预约车辆信息相关Api")
|
||||
public class WeighBookVehicleInfoController {
|
||||
@Autowired
|
||||
private IWeighBookVehicleInfoService weighBookVehicleInfoService;
|
||||
|
||||
@ -33,7 +33,7 @@ import java.util.List;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/weight/weighInfo")
|
||||
@Slf4j
|
||||
@Api(tags = "WeighInfoController相关Api")
|
||||
@Api(tags = "称重记录表相关Api")
|
||||
public class WeighInfoController {
|
||||
@Autowired
|
||||
private IWeighInfoService weighInfoService;
|
||||
|
||||
@ -45,7 +45,7 @@ import java.util.Map;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/weight/weighPic")
|
||||
@Slf4j
|
||||
@Api(tags = "WeighPicController相关Api")
|
||||
@Api(tags = "称重图片相关Api")
|
||||
public class WeighPicController {
|
||||
@Autowired
|
||||
private IWeighPicService weighPicService;
|
||||
|
||||
@ -18,10 +18,10 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
@RequestMapping("/xmgl/workerAttendancePresence")
|
||||
@Slf4j
|
||||
@Api("WorkerAttendancePresenceController相关Api")
|
||||
@Api("考勤当前在场的人相关Api")
|
||||
public class WorkerAttendancePresenceController {
|
||||
@Autowired
|
||||
private IWorkerAttendancePresenceService workerAttendancePresenceService;
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user