xxyy
2025-03-18 d4cae5c48af02e109b1febce8c7c21e560cd6525
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -27,7 +27,7 @@
  //缓存设置
  "CacheSettings": {
    "UseRedis": false, //启用redis
    "UseRedis": true, //启用redis
    "RedisSettings": {
      "Address": "127.0.0.1:6379", //地址
      "Password": "123456", //Redis服务密码
@@ -44,10 +44,10 @@
  // 允许出库的编码
  "OutBoundMateriel": [
    //{
    //  "MaterielCode": "CC01050001348",
    //  "ProductionLine": "ZJ-8",
    //  "ProcessCode": "CH001"
    //}
    {
      "MaterielCode": "CC01050001523",
      "ProductionLine": "ZJ-7",
      "ProcessCode": "CH001"
    }
  ]
}