wanshenmean
2026-03-18 2ef99428f9be29ec299029782edb97baef88e126
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -3,7 +3,8 @@
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
      "Microsoft.AspNetCore": "Warning",
      "Microsoft.AspNetCore.DataProtection": "Warning"
    }
  },
  "dics": "inOrderType,outOrderType,inboundState,createType,enableEnum,enableStatusEnum,locationStatusEnum,locationTypeEnum,taskTypeEnum,taskStatusEnum,outboundStatusEnum,orderDetailStatusEnum,stockStatusEmun,stockChangeType,outStockStatus,receiveOrderTypeEnum,authorityScope,authorityScopes,locationChangeType,warehouses,suppliers,taskType,receiveStatus,purchaseType,purchaseOrderStatus,printStatus",
@@ -34,9 +35,9 @@
  "AutoOutboundTask": {
    "Enable": true, /// 是否启用自动出库任务
    "CheckIntervalSeconds": 300, /// 检查间隔(秒)
    "TargetAddresses": {    /// 按巷道前缀配置目标地址
      "GW": "10081",
      "CW": "10080"
    "TargetAddresses": { /// 按巷道前缀配置目标地址(支持多出库口)
      "GW": [ "11001", "11010", "11068" ],
      "CW": [ "10080" ]
    }
  }
}