//using SqlSugar;
|
//using System;
|
//using System.Collections.Generic;
|
//using System.Linq;
|
//using System.Text;
|
//using System.Threading.Tasks;
|
//using WIDESEA_Core.DB.Models;
|
|
//namespace WIDESEA_Model.Models.SquareCabinWCS
|
//{
|
// [SugarTable("Dt_EdiInDetail", "入库明细单")]
|
// public class Dt_EdiInDetail:BaseEntity
|
// {
|
// [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
// public int Id { get; set; }
|
|
// [SugarColumn(ColumnDescription = "外部入库单号")]
|
// public string ExternalOrderNo { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "批号")]
|
// public string BatchNo { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "产品编码")]
|
// public string ProductCode { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "产品名称")]
|
// public string ProductName { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "产品规格")]
|
// public string ProductSpecifications { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "数量")]
|
// public int Quantity { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "效期")]
|
// public DateTime ValidityPeriod { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "生产厂家")]
|
// public string Manufacturer { get; set; }
|
|
// [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "库房号")]
|
// public string LibraryNo { get; set; }
|
// }
|
//}
|