¶Ô±ÈÐÂÎļþ |
| | |
| | | using Microsoft.EntityFrameworkCore; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using System.ComponentModel.DataAnnotations.Schema; |
| | | |
| | | /* |
| | | * @author : åæå¥ |
| | | * @date : 2024/4/23ä¸å4:40:38 |
| | | * @desc : ä»åºè¡¨ |
| | | */ |
| | | namespace Admin.NET.Core |
| | | { |
| | | /// <summary> |
| | | /// ä»åºè¡¨ |
| | | /// </summary> |
| | | [Table("wms_warehouse")] |
| | | [Comment("ä»åºè¡¨")] |
| | | public class WmsWarehouse : DEntityBase |
| | | { |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä»åºç¼å· |
| | | /// </summary> |
| | | [Comment("ä»åºç¼å·")] |
| | | [Required] |
| | | [MaxLength(50)] |
| | | public string Code { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä»åºåç§° |
| | | /// </summary> |
| | | [Comment("ä»åºåç§°")] |
| | | [Required] |
| | | [MaxLength(255)] |
| | | public string Name { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä»åºå°å |
| | | /// </summary> |
| | | [Comment("ä»åºå°å")] |
| | | [MaxLength(255)] |
| | | public string Address { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å·¥åç¼å· |
| | | /// </summary> |
| | | [Comment("å·¥åç¼å·")] |
| | | [MaxLength(255)] |
| | | public string FactoryCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// é¿ |
| | | /// </summary> |
| | | [Comment("é¿")] |
| | | |
| | | [Column("Length", TypeName = "decimal(10,3)")] |
| | | public decimal? Length { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 宽 |
| | | /// </summary> |
| | | [Comment("宽")] |
| | | |
| | | [Column("Width", TypeName = "decimal(10,3)")] |
| | | public decimal? Width { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// é« |
| | | /// </summary> |
| | | [Comment("é«")] |
| | | |
| | | [Column("Height", TypeName = "decimal(10,3)")] |
| | | public decimal? Height { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// åºæ¬åå
|
| | | /// </summary> |
| | | [Comment("åºæ¬åå
")] |
| | | [MaxLength(255)] |
| | | public string BaseUnit { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å®ä½ |
| | | /// </summary> |
| | | [Comment("å®ä½")] |
| | | [MaxLength(255)] |
| | | public string Position { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [Comment("夿³¨")] |
| | | [MaxLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |
| | |
| | | "avatar": "", |
| | | "version": "4.1.3", |
| | | "createdTime": "2024-4-12 12:56:29", |
| | | "updatedTime": "2024-4-23 16:14:35", |
| | | "updatedTime": "2024-4-23 16:40:22", |
| | | "dbConns": [], |
| | | "profile": { |
| | | "default": { |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "id": "0997BA32-4532-4913-9097-DADFB61746C8", |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64" |
| | | }, |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "domain": "B19256E6-87E6-4A43-AD65-67095F06819F", |
| | | "id": "C7112647-2585-4BBB-AFE3-13A23D61BB99", |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64" |
| | | }, |
| | |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "domain": "B19256E6-87E6-4A43-AD65-67095F06819F", |
| | | "id": "F0894E5C-6586-47BD-BD4E-4E8BAAABC15B", |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64" |
| | | }, |
| | | { |
| | | "defKey": "FactoryCode", |
| | | "defName": "å·¥åç¼å·", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "2B1A51B9-BAC1-462F-A854-DEB8E79B614D" |
| | | }, |
| | | { |
| | | "defKey": "Length", |
| | | "defName": "é¿", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "id": "50C31869-82D4-4DB9-9863-22C27916DC75" |
| | | }, |
| | | { |
| | | "defKey": "Width", |
| | | "defName": "宽", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "id": "37A5FC2D-F3B1-4291-BA54-8E81DB8820FC" |
| | | }, |
| | | { |
| | | "defKey": "Height", |
| | | "defName": "é«", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "id": "A3DD1206-CF67-4D33-831D-F0159D2A9CA7" |
| | | }, |
| | | { |
| | | "defKey": "BaseUnit", |
| | | "defName": "åºæ¬åå
", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "99F96377-31AC-4E79-A99B-BD50D7AD03BF" |
| | | }, |
| | | { |
| | | "defKey": "Position", |
| | | "defName": "å®ä½", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "97315F7B-F548-46AD-9DEA-F4118AA58F0A" |
| | | }, |
| | | { |
| | | "defKey": "Remarks", |
| | |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "domain": "B19256E6-87E6-4A43-AD65-67095F06819F", |
| | | "id": "3DB35E73-3722-4F86-B9D8-630D5A799A4C", |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64" |
| | | }, |
| | |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64" |
| | | }, |
| | | { |
| | | "defKey": "BoxQty", |
| | | "defName": "ç©æå®¹å¨å®¹é", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "FF4459C5-6B45-4DBF-8FC0-E06239BC05B4", |
| | | "id": "9EAF9FD0-1708-4A5C-B64F-71BF19BC92E8" |
| | | }, |
| | | { |
| | | "defKey": "CreatedUserName", |
| | | "defName": "å建人", |
| | | "comment": "", |