huangxiaoqiang
5 小时以前 960b33fa24c47a330e51a2c24859d681ae62caeb
分支
用户 huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
星期四, 四月 16, 2026 10:09 +0800
提交者 huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
星期四, 四月 16, 2026 10:09 +0800
提交960b33fa24c47a330e51a2c24859d681ae62caeb
目录 a30069bbb33c101d6e1d7899bab0abfea2522638 目录 | zip | gz
上一版本 1e31ba969833df0506be39fa54b4e5fc5930e00c 查看 | 对比
重构任务与库存模型,增强日志管理与区域接口

本次提交对WMS系统核心模块进行了大幅重构和功能扩展,主要包括:
- 优化历史库存、任务等前端页面字段与查询条件,新增日志页面支持树形浏览、过滤、下载;
- 后端任务、库存、组盘等数据模型调整,增加工序、区域、物料等字段,历史表结构更合理;
- 任务服务重构,支持多场景入库/出库、任务归档、状态流转,接口参数更规范,支持WCS下发更多信息;
- 新增区域下拉接口,前端区域数据全部动态获取,提升灵活性;
- 日志管理能力大幅增强,支持安全下载、类型校验、文件锁定处理等;
- 枚举与字典扩展,支持更多业务类型和前端下拉;
- 基础设施优化,历史归档方法更健壮,移除冗余代码,配置项完善。

整体提升了系统的灵活性、可维护性和业务适应性。
已添加17个文件
已重命名5个文件
已删除8个文件
已修改91个文件
10359 ■■■■■ 文件已修改
Code Management/PDA-FG/common/config.js 156 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/common/http.interceptor.js 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/pages/Empty/Empty.vue 491 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/pages/Inbound/Inbound.vue 412 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/pages/Outbound/Outbound.vue 204 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/pages/Quality/Quality.vue 18 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/pages/index/index.vue 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/unpackage/cache/apk/apkurl 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/unpackage/cache/apk/cmManifestCache.json 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/unpackage/cache/wgt/__UNI__7039611/app-config-service.js 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/unpackage/cache/wgt/__UNI__7039611/app-service.js 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/unpackage/cache/wgt/__UNI__7039611/app-view.js 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/PDA-FG/unpackage/cache/wgt/__UNI__7039611/manifest.json 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSClient/src/router/viewGird.js 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSClient/src/views/system/Log.vue 340 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1569.27729/CodeChunks.db 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1569.27729/CodeChunks.db-shm 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1569.27729/CodeChunks.db-wal 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1569.27729/SemanticSymbols.db 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1569.27729/SemanticSymbols.db-shm 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/CopilotIndices/17.14.1569.27729/SemanticSymbols.db-wal 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/v17/DocumentLayout.backup.json 159 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/.vs/WIDESEAWCS_Server/v17/DocumentLayout.json 159 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs 43 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Common/TaskEnum/TaskStatusEnum.cs 59 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs 34 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/AOP/SqlSugarAop.cs 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/BaseRepository/IRepository.cs 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/BaseRepository/RepositoryBase.cs 118 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/BaseServices/ServiceBase.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/DB/MainDb.cs 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/DB/Models/IBaseHistoryEntity.cs 37 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/Enums/ManageEnum.cs 27 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Core/Helper/SqlSugarHelper.cs 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_DTO/AGV/ESSModel.cs 238 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_DTO/TaskInfo/WMSTaskDTO.cs 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_ISystemServices/ISys_LogService.cs 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_ITaskInfoService/ITaskService.cs 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs 39 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_Hty.cs 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_QuartzJob/CacheShelf/CommonCacheShelf.cs 489 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_QuartzJob/CacheShelf/ICommonCacheShelf.cs 83 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_QuartzJob/OtherDevices/AfterOtherDevice.cs 250 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_QuartzJob/OtherDevices/FrontOtherDevice.cs 250 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_QuartzJob/OtherDevices/MiddleOtherDevice.cs 250 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/ESS/ESSController.cs 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/System/Sys_DictionaryController.cs 4 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/System/Sys_LogController.cs 212 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Controllers/Task/TaskController.cs 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Filter/CustomProfile.cs 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/appsettings.json 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_SystemServices/Sys_LogService.cs 274 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_TaskInfoService/TaskService.cs 98 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/AGV/CommonAGVJob.cs 47 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/CacheShelf/CacheShelfDBName.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/CacheShelf/CommonCacheShelfJob.cs 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/ESS/CommonAGVJob.cs 96 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/ESS/ESSSignal.cs 74 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/ESS/IESSSignal.cs 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/OtherDeviceJob/CommonAfterOtherDevicesJob.cs 57 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/OtherDeviceJob/CommonFrontOtherDevicesJob.cs 189 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/OtherDeviceJob/CommonMiddleOtherDevicesJob.cs 125 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/OtherDeviceJob/CommonOtherDevicesJob.cs 175 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/OtherDeviceJob/OtherDeviceDBName.cs 42 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/StackerCraneJob/CommonStackerCraneJob.cs 370 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneDBName.cs 89 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs 81 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Tasks/WIDESEAWCS_Tasks.csproj 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/taskinfo/task.js 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/basic/Dt_StationManager.vue 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue 227 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo_Hty.vue 129 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/system/Log.vue 346 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue 186 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue 190 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1569.27729/CodeChunks.db 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1569.27729/CodeChunks.db-shm 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1569.27729/CodeChunks.db-wal 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1569.27729/SemanticSymbols.db 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1569.27729/SemanticSymbols.db-shm 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1569.27729/SemanticSymbols.db-wal 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.backup.json 301 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v17/DocumentLayout.json 301 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_BusinessServices/Dt_AreaInfoService.cs 18 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs 45 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/AOP/SqlSugarAop.cs 9 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Attributes/SequenceAttirbute.cs 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/RepositoryBase.cs 177 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs 173 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj 7 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/GroupPlate.cs 10 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/RequestTaskDto.cs 61 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/WMSTaskDTO.cs 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IBusinessServices/IDt_AreaInfoService.cs 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IServices/ISys_LogService.cs 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_AreaInfo.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_PrintSetting.cs 52 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_ProcessRoute.cs 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs 40 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task.cs 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_Task_Hty.cs 11 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo.cs 45 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo_Hty.cs 45 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs 60 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo_Hty.cs 82 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Services/Sys_LogService.cs 113 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Boxing/BoxingInfoService.cs 31 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoService.cs 74 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/GlobalUsing.cs 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/PrintStatusContainer.cs 46 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs 970 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/Dt_AreaInfoController.cs 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_DictionaryController.cs 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_LogController.cs 283 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs 38 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史