| | |
| | | |
| | | /* |
| | | * @author : åæå¥ |
| | | * @date : 2024/4/23ä¸å4:08:49 |
| | | * @desc : ç©æå®¢æ·å
³è表 |
| | | * @date : 2024/4/23ä¸å4:14:52 |
| | | * @desc : æ¿ä»£å管ç |
| | | */ |
| | | namespace Admin.NET.Core |
| | | { |
| | | /// <summary> |
| | | /// ç©æå®¢æ·å
³è表 |
| | | /// æ¿ä»£å管ç |
| | | /// </summary> |
| | | [Table("wms_material_customer")] |
| | | [Comment("ç©æå®¢æ·å
³è表")] |
| | | public class WmsMaterialCustomer : DEntityBase |
| | | [Table("wms_substitute_good")] |
| | | [Comment("æ¿ä»£å管ç")] |
| | | public class WmsSubstituteGood : DEntityBase |
| | | { |
| | | |
| | | |
| | | /// <summary> |
| | | /// ç©æID |
| | | /// æ¿ä»£ç¼å· |
| | | /// </summary> |
| | | [Comment("ç©æID")] |
| | | [Comment("æ¿ä»£ç¼å·")] |
| | | [Required] |
| | | |
| | | public long MaterialId { get; set; } |
| | | [MaxLength(50)] |
| | | public string SubstituteCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 客æ·ID |
| | | /// æ¿ä»£åç©æç¼å· |
| | | /// </summary> |
| | | [Comment("客æ·ID")] |
| | | [Required] |
| | | |
| | | public long CustId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 客æ·ç¼å· |
| | | /// </summary> |
| | | [Comment("客æ·ç¼å·")] |
| | | [Comment("æ¿ä»£åç©æç¼å·")] |
| | | [Required] |
| | | [MaxLength(50)] |
| | | public string CustCode { get; set; } |
| | | public string SubstituteMaterialCode { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 客æ·è±æåç§° |
| | | /// æ¿ä»£åç©æåç§° |
| | | /// </summary> |
| | | [Comment("客æ·è±æåç§°")] |
| | | [MaxLength(255)] |
| | | public string CustEnglishName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 客æ·ä¸æåç§° |
| | | /// </summary> |
| | | [Comment("客æ·ä¸æåç§°")] |
| | | [Comment("æ¿ä»£åç©æåç§°")] |
| | | [Required] |
| | | [MaxLength(255)] |
| | | public string CustChinaName { get; set; } |
| | | [MaxLength(50)] |
| | | public string SubstituteMaterialName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¿ä»£æ¬¡åº |
| | | /// </summary> |
| | | [Comment("æ¿ä»£æ¬¡åº")] |
| | | [Required] |
| | | |
| | | public int SubstituteIndex { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// çæ¬å· |
| | | /// </summary> |
| | | [Comment("çæ¬å·")] |
| | | [MaxLength(50)] |
| | | public string VersionNO { 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 16:05:44", |
| | | "updatedTime": "2024-4-23 16:14:35", |
| | | "dbConns": [], |
| | | "profile": { |
| | | "default": { |
| | |
| | | "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811" |
| | | }, |
| | | { |
| | | "defKey": "VersionNO", |
| | | "defName": "çæ¬å·", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "extProps": {}, |
| | | "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F", |
| | | "id": "E21494A9-106E-4236-89F9-AF45D869A8DA" |
| | | }, |
| | | { |
| | | "defKey": "IsDisabled", |
| | | "defName": "æ¯å¦ç¦ç¨", |
| | | "comment": "", |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "notNull": true, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |