| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | [CodeRule(WIDESEA_Core.Enums.RuleCode.OutboundOrderRule)] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "åæ®ç¼å·", IsOnlyIgnoreUpdate = true)] |
| | | public string OrderNo { get; set; } |
| | | |
| | |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] |
| | | public string Remark { get; set; } |
| | | /// <summary> |
| | | /// æ¨åç³»ç» |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "æ¨åç³»ç»")] |
| | | public string System { get; set; } |
| | | |
| | | |
| | | [ImporterHeader(Name = "ä»åºç¼ç ")] |
| | |
| | | |
| | | [ImporterHeader(Name = "åæ®å°ç±»")] |
| | | [ExporterHeader(DisplayName = "åæ®å°ç±»")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åæ®å°ç±»")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åæ®å°ç±»", Length = 50)] |
| | | public string TransactionCode { get; set; } |
| | | [ImporterHeader(Name = "åºå
¥åºç±»å")] |
| | | [ExporterHeader(DisplayName = "åºå
¥åºç±»å")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åºå
¥åºç±»å")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åºå
¥åºç±»å",Length = 50)] |
| | | public string InoutType { get; set; } |
| | | |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_OutboundOrderDetail.OrderId), nameof(Id))] |