服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-28 0fa15afc31f7fb1a6100a78af3765d4d1bbab611
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "Barcode": {
    "GetSuccess": {
      "en": "Get barcode[{0}] inventory information success",
      "zh-CN": "获取条码[{0}]库存信息成功"
    },
    "GetUnPackSuccess": {
      "en": "Get barcode[{0}] inventory information success, and do unpack from its packaging [{1}]",
      "zh-CN": "解除与父包装条码[{1}]关系后,获取条码[{0}]库存信息成功"
    },
    "NotFound": {
      "en": "Can not found the barcode[{0}] information from inventory",
      "zh-CN": "库存中找不到条码[{0}]的信息"
    },
    "EmptyFailure": {
      "en": "Barcode cannot be empty",
      "zh-CN": "条码不能为空"
    },
    "IllegalFailure": {
      "en": "Barcode is illegal",
      "zh-CN": "条码为非法条码"
    },
    "GetException": {
      "en": "Get barcode[{0}] inventory information exception",
      "zh-CN": "获取条码[{0}]库存信息异常"
    }
  },
  "操作时间": {
    "en": "DoTime",
    "zh-CN": "操作时间"
  },
  "PutOn": {
    "LocationNotExists": {
      "en": "Location[{0}] not exists",
      "zh-CN": "储位[{0}]不存在"
    },
    "Exception": {
      "en": "Barcode[{0}] put on to location[{1}] exception",
      "zh-CN": "条码[{0}]上架到储位[{1}]异常"
    }
  },
  "TakeDown": {
    "LocationNotExists": {
      "en": "Get barcode[{0}] inventory information success",
      "zh-CN": "获取条码[{0}]库存信息成功"
    },
    "Exception": {
      "en": "Barcode[{0}] take down from location[{1}] exception",
      "zh-CN": "条码[{0}]从储位[{1}]下架异常"
    }
  },
  "Suggest": {
    "Success": {
      "en": "Material off shelf suggestion uccess",
      "zh-CN": "物料下架推荐成功"
    },
    "Warning": {
      "en": "Material off shelf suggestion warning",
      "zh-CN": "物料下架推荐成功但有警告,物料分配不足:{0}"
    },
    "Failed": {
      "en": "Material off shelf suggestion failed",
      "zh-CN": "物料下架推荐失败:库存中找不到合适的物料"
    },
    "Exception": {
      "en": "Material off shelf suggestion exception",
      "zh-CN": "物料下架推荐异常"
    }
  }
}