| | |
| | | 锘縰sing SqlSugar; |
| | | 锘縰sing Magicodes.ExporterAndImporter.Core; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Core.DB.Models; |
| | | using Magicodes.IE.Core; |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | |
| | | /// <summary> |
| | | /// 涓婚敭 |
| | | /// </summary> |
| | | [ImporterHeader(IsIgnore = true)] |
| | | [ExporterHeader(null, 11f, null, true, true, false, 0, KnownColor.Empty, DisplayName = "涓婚敭")] |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | public int Id { get; set; } |
| | | /// <summary> |
| | | /// 閰嶆柟淇℃伅涓婚敭 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "閰嶆柟淇℃伅涓婚敭")] |
| | | [ExporterHeader(null, 11f, null, true, true, false, 0, KnownColor.Empty, DisplayName = "閰嶆柟淇℃伅涓婚敭")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "閰嶆柟淇℃伅涓婚敭")] |
| | | public int FormulaId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 闆朵欢缂栧彿 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "闆朵欢缂栧彿")] |
| | | [ExporterHeader(null, 11f, null, true, true, false, 0, KnownColor.Empty, DisplayName = "闆朵欢缂栧彿")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢缂栧彿")] |
| | | public string ComponentCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 闆朵欢鍚嶇О |
| | | /// </summary> |
| | | [ImporterHeader(Name = "闆朵欢鍚嶇О")] |
| | | [ExporterHeader(null, 11f, null, true, true, false, 0, KnownColor.Empty, DisplayName = "闆朵欢鍚嶇О")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "闆朵欢鍚嶇О")] |
| | | public string ComponentName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 渚涙柟浠g爜 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "渚涙柟浠g爜")] |
| | | [ExporterHeader(null, 11f, null, true, true, false, 0, KnownColor.Empty, DisplayName = "渚涙柟浠g爜")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涙柟浠g爜")] |
| | | public string SupplierCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏄惁鎵爜 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "鏄惁鎵爜")] |
| | | [ExporterHeader(null, 11f, null, true, true, false, 0, KnownColor.Empty, DisplayName = "鏄惁鎵爜")] |
| | | [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")] |
| | | public int IsScanned { get; set; } |
| | | |