刘磊
2025-06-09 8f6a1e8a01a518a384d22f0f773459be744a2a4d
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -25,29 +25,23 @@
    "IPs": "http://127.0.0.1:8080,http://localhost:8080,http://127.0.0.1:8081,http://localhost:8081"
  },
  //缓存设置
  "CacheSettings": {
    "UseRedis": false, //启用redis
    "RedisSettings": {
      "Address": "127.0.0.1:6379", //地址
      "Password": "123456", //Redis服务密码
      "Db": 9, //默认库
      "ClearRedis": true //是否每次启动都清除Redis缓存
    }
  },
  "ApiName": "WIDESEA",
  "ExpMinutes": 120,
  // 需要移库的行
  "TransfertRows": "1,4,5,8",
  // 允许出库的编码
  "OutBoundMateriel": [
    {
      "MaterielCode": "CC03040001523",
      "ProductionLine": "ZJ-7",
      "ProcessCode": "CWSC3"
    }
  ]
    // 需要移库的行
    "TransfertRows": "1,4,5,8",
    "CacheSettings": {
        "UseRedis": false,
        "RedisSettings": {
            "Address": "127.0.0.1:6379",
            "Password": "123456",
            "Db": 9,
            "ClearRedis": true
        }
    },
    // 允许出库的编码
    "OutBoundMateriel": [
        //{
        //    "MaterielCode": "CC01050001348",
        //    "ProductionLine": "ZJ-8",
        //    "ProcessCode": "CH001"
        //}
    ]
}