| | |
| | | |
| | | /* |
| | | * @author : åæå¥ |
| | | * @date : 2024/4/23ä¸å5:35:14 |
| | | * @date : 2024/4/23ä¸å6:13:28 |
| | | * @desc : åºä½è¡¨ |
| | | */ |
| | | namespace Admin.NET.Core |
| | |
| | | /// </summary> |
| | | [Comment("åºä½å«å")] |
| | | [MaxLength(255)] |
| | | public string PlaceNickName { get; set; } |
| | | public string PlaceAlias { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åºä½ç¶æ |
| | | /// åºä½ç±»å |
| | | /// </summary> |
| | | [Comment("åºä½ç¶æ")] |
| | | [Comment("åºä½ç±»å")] |
| | | [Required] |
| | | |
| | | public int PlaceType { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åæ¾åä½ |
| | | /// </summary> |
| | | [Comment("åæ¾åä½")] |
| | | [MaxLength(255)] |
| | | public string StockUnit { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åºä½ç±»ååç§° |
| | | /// </summary> |
| | | [Comment("åºä½ç±»ååç§°")] |
| | | [MaxLength(50)] |
| | | public string PlaceTypeName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åºä½å±æ§ |
| | | /// </summary> |
| | | [Comment("åºä½å±æ§")] |
| | | [Required] |
| | | |
| | | public int PlaceStatus { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¡ç çº§ç®¡æ§ |
| | | /// </summary> |
| | | [Comment("æ¡ç 级管æ§")] |
| | | |
| | | public bool? IsBarcodeLevelControl { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å
è®¸æ··æ· |
| | | /// </summary> |
| | | [Comment("å
许混æ·")] |
| | | |
| | | public bool? IsAllowConfusion { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å
许è´åºå |
| | | /// </summary> |
| | | [Comment("å
许è´åºå")] |
| | | |
| | | public bool? IsAllowNegativeInventory { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ£éªå
è¿å
åº |
| | | /// </summary> |
| | | [Comment("æ£éªå
è¿å
åº")] |
| | | |
| | | public bool? IsFIFO { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// é¶ä»¶çº§ç®¡æ§ |
| | | /// </summary> |
| | | [Comment("é¶ä»¶çº§ç®¡æ§")] |
| | | |
| | | public bool? IsPartLevelControl { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å åæºåºä½ |
| | | /// </summary> |
| | | [Comment("æ¯å¦å åæºåºä½")] |
| | | |
| | | public bool? IsSrmPlace { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å åæºåºä½å· |
| | | /// </summary> |
| | | [Comment("å åæºåºä½å·")] |
| | | [MaxLength(50)] |
| | | public string SrmPlaceNo { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦RGVåºä½ |
| | | /// </summary> |
| | | [Comment("æ¯å¦RGVåºä½")] |
| | | |
| | | public bool? IsRgvPlace { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// RGVåºä½å· |
| | | /// </summary> |
| | | [Comment("RGVåºä½å·")] |
| | | [MaxLength(50)] |
| | | public string RgvPlaceNo { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦AGVåºä½ |
| | | /// </summary> |
| | | [Comment("æ¯å¦AGVåºä½")] |
| | | |
| | | public bool? IsAgvPlace { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// AGVåºä½å· |
| | | /// </summary> |
| | | [Comment("AGVåºä½å·")] |
| | | [MaxLength(50)] |
| | | public string AgvPlaceNo { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦è¾é线åºä½ |
| | | /// </summary> |
| | | [Comment("æ¯å¦è¾é线åºä½")] |
| | | |
| | | public bool? IsTransPlace { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// è¾é线åºä½å· |
| | | /// </summary> |
| | | [Comment("è¾é线åºä½å·")] |
| | | [MaxLength(50)] |
| | | public string TransPlaceNo { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦æ¿æ´»ä¸ä»»å¡è°åº¦ |
| | | /// </summary> |
| | | [Comment("æ¯å¦æ¿æ´»ä¸ä»»å¡è°åº¦")] |
| | | |
| | | public bool? IsActivateWCS { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åºåç¯å¢ |
| | | /// </summary> |
| | | [Comment("åºåç¯å¢")] |
| | | [MaxLength(255)] |
| | | public string Environment { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [Comment("åºåºåç§°")] |
| | | [MaxLength(255)] |
| | | public string WarehouseName { get; set; } |
| | | public string AreaName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// å åæºåºä½å· |
| | | /// </summary> |
| | | [Comment("å åæºåºä½å·")] |
| | | [MaxLength(50)] |
| | | public string SrmNo { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åºä½Xåæ |
| | | /// </summary> |
| | | [Comment("åºä½Xåæ ")] |
| | | [MaxLength(50)] |
| | | [MaxLength(255)] |
| | | public string Xzb { get; set; } |
| | | |
| | | |
| | |
| | | /// åºä½Yåæ |
| | | /// </summary> |
| | | [Comment("åºä½Yåæ ")] |
| | | [MaxLength(50)] |
| | | [MaxLength(255)] |
| | | public string Yzb { get; set; } |
| | | |
| | | |
| | |
| | | /// åºä½Zåæ |
| | | /// </summary> |
| | | [Comment("åºä½Zåæ ")] |
| | | [MaxLength(50)] |
| | | [MaxLength(255)] |
| | | public string Zzb { get; set; } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | [Comment("åºä½é¿åº¦")] |
| | | [Required] |
| | | [Column("Length", TypeName = "decimal(18,2)")] |
| | | [Column("Length", TypeName = "decimal(10,3)")] |
| | | public decimal Length { get; set; } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | [Comment("åºä½å®½åº¦")] |
| | | [Required] |
| | | [Column("Width", TypeName = "decimal(18,2)")] |
| | | [Column("Width", TypeName = "decimal(10,3)")] |
| | | public decimal Width { get; set; } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | [Comment("åºä½é«åº¦")] |
| | | [Required] |
| | | [Column("Height", TypeName = "decimal(18,2)")] |
| | | [Column("Height", TypeName = "decimal(10,3)")] |
| | | public decimal Height { get; set; } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | [Comment("æå¤§æ¿é")] |
| | | [Required] |
| | | [Column("MaxWeight", TypeName = "decimal(18,2)")] |
| | | [Column("MaxWeight", TypeName = "decimal(10,3)")] |
| | | public decimal MaxWeight { get; set; } |
| | | |
| | | |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä¼å
级 |
| | | /// å
¥åºé¡ºåº |
| | | /// </summary> |
| | | [Comment("ä¼å
级")] |
| | | [Comment("å
¥åºé¡ºåº")] |
| | | [Required] |
| | | |
| | | public int Priority { get; set; } |
| | | public int InSequence { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// é»è¾åºå |
| | | /// åºåºé¡ºåº |
| | | /// </summary> |
| | | [Comment("é»è¾åºå")] |
| | | [Comment("åºåºé¡ºåº")] |
| | | [Required] |
| | | |
| | | public int LogicalName { get; set; } |
| | | public int OutSequence { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦èæ |
| | | /// </summary> |
| | | [Comment("æ¯å¦èæ")] |
| | | [Required] |
| | | |
| | | public bool IsVirtually { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦ç¦ç¨ |
| | | /// </summary> |
| | | [Comment("æ¯å¦ç¦ç¨")] |
| | | [Required] |
| | | |
| | | public bool IsDisabled { get; set; } |
| | | |
| | | |
| | | |
| | |
| | | "avatar": "", |
| | | "version": "4.1.3", |
| | | "createdTime": "2024-4-12 12:56:29", |
| | | "updatedTime": "2024-4-23 17:20:35", |
| | | "updatedTime": "2024-4-23 18:13:13", |
| | | "dbConns": [], |
| | | "profile": { |
| | | "default": { |
| | |
| | | "id": "36E61A74-8758-49EC-B486-D1383B37EA03" |
| | | }, |
| | | { |
| | | "defKey": "IsDisabled", |
| | | "defName": "æ¯å¦ç¦ç¨", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "4D147F6B-4F4E-44AA-88D2-313711D9A271" |
| | | }, |
| | | { |
| | | "defKey": "CreatedTime", |
| | | "defName": "å建æ¶é´", |
| | | "comment": "", |
| | |
| | | "id": "EA7FAD50-E110-4289-AFC7-4A7D0AC220E7" |
| | | }, |
| | | { |
| | | "defKey": "PlaceAlias", |
| | | "defName": "åºä½å«å", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "B342DA72-6465-4D4D-AFD8-42EB05DEFF31" |
| | | }, |
| | | { |
| | | "defKey": "PlaceType", |
| | | "defName": "åºä½ç±»å", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "id": "430E50FA-52E2-4A54-8C02-ECCC2C3DEF5B" |
| | | }, |
| | | { |
| | | "defKey": "StockUnit", |
| | | "defName": "åæ¾åä½", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "14E8F42A-D9C2-44C7-8281-B2AE8D619F0F" |
| | | }, |
| | | { |
| | | "defKey": "PlaceTypeName", |
| | | "defName": "åºä½ç±»ååç§°", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "id": "BC7DEE64-4637-401C-8B13-9F2C79A6754A" |
| | | }, |
| | | { |
| | | "defKey": "PlaceStatus", |
| | | "defName": "åºä½ç¶æ", |
| | | "defName": "åºä½å±æ§", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "IsBarcodeLevelControl", |
| | | "defName": "æ¡ç 级管æ§", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "EE695B08-4C85-41C8-B31A-66005FA853FB" |
| | | }, |
| | | { |
| | | "defKey": "IsAllowConfusion", |
| | | "defName": "å
许混æ·", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "EB55D1D1-057E-4613-95E8-4DCA1DEE03F4" |
| | | }, |
| | | { |
| | | "defKey": "IsAllowNegativeInventory", |
| | | "defName": "å
许è´åºå", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "E03EA6B0-1ADB-4862-B1FF-8610194B6634" |
| | | }, |
| | | { |
| | | "defKey": "IsFIFO", |
| | | "defName": "æ£éªå
è¿å
åº", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "49BCE372-37C9-4250-B772-E2AEDEAA9C87" |
| | | }, |
| | | { |
| | | "defKey": "IsPartLevelControl", |
| | | "defName": "é¶ä»¶çº§ç®¡æ§", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "0E87C4F3-680B-4188-B328-FDABD3550E35" |
| | | }, |
| | | { |
| | | "defKey": "IsSrmPlace", |
| | | "defName": "æ¯å¦å åæºåºä½", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "335D3433-78A5-4213-A410-95E1EFF532D6" |
| | | }, |
| | | { |
| | | "defKey": "SrmPlaceNo", |
| | | "defName": "å åæºåºä½å·", |
| | | "comment": "", |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "BC41E431-8E6A-4253-83F4-E589578322AA", |
| | | "baseType": "F8A4AFB0-F3B7-4E32-A5F2-D4D8D3F4BACD", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "IsRgvPlace", |
| | | "defName": "æ¯å¦RGVåºä½", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "B18994CA-EB0C-4402-BB8E-749C080166F4" |
| | | }, |
| | | { |
| | | "defKey": "RgvPlaceNo", |
| | | "defName": "RGVåºä½å·", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "id": "3146288B-6B5D-447C-9339-7DB5D90E56FD" |
| | | }, |
| | | { |
| | | "defKey": "IsAgvPlace", |
| | | "defName": "æ¯å¦AGVåºä½", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "3BCB2418-C037-45BE-90B7-23F37696721B" |
| | | }, |
| | | { |
| | | "defKey": "AgvPlaceNo", |
| | | "defName": "AGVåºä½å·", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "id": "B07702F7-3F57-4A8E-B5EA-8A70FD6463E3" |
| | | }, |
| | | { |
| | | "defKey": "IsTransPlace", |
| | | "defName": "æ¯å¦è¾é线åºä½", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": true, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "4FD2149A-C5A6-45C0-A72B-0476A5967CF7" |
| | | }, |
| | | { |
| | | "defKey": "TransPlaceNo", |
| | | "defName": "è¾é线åºä½å·", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "id": "755769AB-B19A-4E22-8BA3-2E44E4AC7D86" |
| | | }, |
| | | { |
| | | "defKey": "IsActivateWCS", |
| | | "defName": "æ¯å¦æ¿æ´»ä¸ä»»å¡è°åº¦", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "47D9413E-FCC2-4791-8A90-9B4242334176" |
| | | }, |
| | | { |
| | | "defKey": "Environment", |
| | | "defName": "åºåç¯å¢", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "B19256E6-87E6-4A43-AD65-67095F06819F", |
| | | "id": "877B8ABD-8915-4260-BF8B-0612B15CD750" |
| | | }, |
| | | { |
| | | "defKey": "AreaId", |
| | |
| | | "baseType": "87021CD5-DD8A-45AD-A867-A55DFE7993F5", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "AreaName", |
| | | "defName": "åºåºåç§°", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "B19256E6-87E6-4A43-AD65-67095F06819F", |
| | | "id": "CB2F5003-B192-481C-BA74-9E1AD098C9AF" |
| | | }, |
| | | { |
| | | "defKey": "VerificationCode", |
| | | "defName": "æ£éªç ", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "4D2EB530-BB46-46F3-A216-8811C8E3C9AC" |
| | | }, |
| | | { |
| | | "defKey": "RowNo", |
| | |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "DeepcellNo", |
| | | "defName": "è¿æ·±å·", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "2E68AB00-7E72-433A-80D0-FC19EF9005E8", |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "Aisle", |
| | | "defKey": "LaneNo", |
| | | "defName": "å··é", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "Line", |
| | | "defName": "线å·", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "5D5E95B9-6A71-4282-A0C0-B8A1E925E471", |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "Islock", |
| | | "defName": "æ¯å¦éå®", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "B5C72110-795D-49B4-AD70-1B4AB1B88CFD", |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "EmptyContainer", |
| | | "defName": "æ¯å¦ç©ºæ", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "A6A735B8-7B37-4488-9BFA-ECFF0461E297", |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "PositionnoForSrm", |
| | | "defName": "å åæºå
é¨çä½ç½®", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "nvarchar", |
| | | "len": 50, |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "BC41E431-8E6A-4253-83F4-E589578322AA", |
| | | "baseType": "F8A4AFB0-F3B7-4E32-A5F2-D4D8D3F4BACD", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "Xzb", |
| | | "defName": "åºä½Xåæ ", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "nvarchar", |
| | | "len": 50, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | |
| | | "defKey": "Yzb", |
| | | "defName": "åºä½Yåæ ", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "nvarchar", |
| | | "len": 50, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | |
| | | "defKey": "Zzb", |
| | | "defName": "åºä½Zåæ ", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "nvarchar", |
| | | "len": 50, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | |
| | | "defKey": "Length", |
| | | "defName": "åºä½é¿åº¦", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "decimal", |
| | | "len": 18, |
| | | "scale": 2, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | |
| | | "defKey": "Width", |
| | | "defName": "åºä½å®½åº¦", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "decimal", |
| | | "len": 18, |
| | | "scale": 2, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | |
| | | "defKey": "Height", |
| | | "defName": "åºä½é«åº¦", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "decimal", |
| | | "len": 18, |
| | | "scale": 2, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | |
| | | "defKey": "MaxWeight", |
| | | "defName": "æå¤§æ¿é", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "decimal", |
| | | "len": 18, |
| | | "scale": 2, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | }, |
| | | { |
| | | "defKey": "Priority", |
| | | "defName": "ä¼å
级", |
| | | "defKey": "InSequence", |
| | | "defName": "å
¥åºé¡ºåº", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "CAC8697B-9D00-4806-941A-933FE838C778", |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "id": "7A48CA2A-75F3-48E1-85FD-776E2B70CA30" |
| | | }, |
| | | { |
| | | "defKey": "LogicalName", |
| | | "defName": "é»è¾åºå", |
| | | "defKey": "OutSequence", |
| | | "defName": "åºåºé¡ºåº", |
| | | "comment": "", |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "attr1": "", |
| | | "attr2": "", |
| | | "attr3": "", |
| | | "attr4": "", |
| | | "attr5": "", |
| | | "attr6": "", |
| | | "attr7": "", |
| | | "attr8": "", |
| | | "attr9": "", |
| | | "id": "AFFD4796-A4DB-40B1-AFA6-79EAF6228159", |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811", |
| | | "extProps": {}, |
| | | "uiHint": "642D2E0A-8846-4549-BE56-8C0473F26EDE" |
| | | "domain": "6BC8F04B-6CFA-4995-98D3-318F5CDD774E", |
| | | "id": "AF99C027-FA51-4210-BF96-8F82A850E87F" |
| | | }, |
| | | { |
| | | "defKey": "IsVirtually", |
| | | "defName": "æ¯å¦èæ", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "09FACF7E-104A-41C4-9959-E86287F2AAAA" |
| | | }, |
| | | { |
| | | "defKey": "IsDisabled", |
| | | "defName": "æ¯å¦ç¦ç¨", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "E14A2A4E-3EE9-47ED-A991-F50DC2E1AD64" |
| | | }, |
| | | { |
| | | "defKey": "CreatedTime", |
| | | "defName": "å建æ¶é´", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "datetimeoffset", |
| | | "domain": "E9456E44-8231-4BC0-B2CD-5FF4AEC6DE97", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | |
| | | "defKey": "UpdatedTime", |
| | | "defName": "æ´æ°æ¶é´", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "datetimeoffset", |
| | | "domain": "E9456E44-8231-4BC0-B2CD-5FF4AEC6DE97", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | |
| | | "defKey": "CreatedUserId", |
| | | "defName": "å建è
Id", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "bigint", |
| | | "domain": "717941D9-8B3F-435A-9F8E-8D13B7404D5B", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | |
| | | "defKey": "CreatedUserName", |
| | | "defName": "å建è
åç§°", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "nvarchar", |
| | | "len": 50, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | |
| | | "defKey": "UpdatedUserId", |
| | | "defName": "ä¿®æ¹è
Id", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "bigint", |
| | | "domain": "717941D9-8B3F-435A-9F8E-8D13B7404D5B", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | |
| | | "defKey": "UpdatedUserName", |
| | | "defName": "ä¿®æ¹è
åç§°", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "nvarchar", |
| | | "len": 50, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | |
| | | "defKey": "IsDeleted", |
| | | "defName": "软å 餿 è®°", |
| | | "comment": "", |
| | | "domain": "", |
| | | "type": "bit", |
| | | "len": 1, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | |
| | | "id": "97315F7B-F548-46AD-9DEA-F4118AA58F0A" |
| | | }, |
| | | { |
| | | "defKey": "IsDisabled", |
| | | "defName": "æ¯å¦ç¦ç¨", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "6F7C1C5C-D159-41E6-BF9D-54DEEFA79AFF", |
| | | "id": "134DF8C2-D74C-4923-B56B-350A3B14D52E" |
| | | }, |
| | | { |
| | | "defKey": "Remarks", |
| | | "defName": "夿³¨", |
| | | "comment": "", |