| | |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations.Schema; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | |
| | | public string TargetAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | ///鐗╂枡鏉$爜 |
| | | /// </summary> |
| | | /// </summary> |
| | | [ImporterHeader(Name = "鐗╂枡鏉$爜")] |
| | | [ExporterHeader(DisplayName = "鐗╂枡鏉$爜")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鐗╂枡鏉$爜")] |
| | | public string Barcode { get; set; } |
| | | /// <summary> |
| | | /// 褰撳墠浣嶇疆 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "褰撳墠浣嶇疆")] |