| | |
| | | 锘縰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 System.Xml.Linq; |
| | | using WIDESEA_Core.DB.Models; |
| | | |
| | | namespace WIDESEA_Model.Models |
| | |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎵樼洏缂栧彿瀛愭墭 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "鎵樼洏缂栧彿瀛愭墭")] |
| | | [ExporterHeader(DisplayName = "鎵樼洏缂栧彿瀛愭墭")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿瀛愭墭")] |
| | | public string MESsubPalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 搴撳瓨鏄庣粏 |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_StockInfoDetail.StockId), nameof(Id))] |