copy from LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/iWareSql/wms_record_print.cs
copy to LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/iWareSql/WmsDBModel/mes_package_linequeue.cs
文件从 LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/iWareSql/wms_record_print.cs 复制 |
| | |
| | | namespace iWareSql |
| | | namespace iWareSql.WmsDBModel |
| | | { |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | using System.ComponentModel.DataAnnotations.Schema; |
| | | using System.Data.Entity.Spatial; |
| | | |
| | | public partial class wms_record_print |
| | | public partial class mes_package_linequeue |
| | | { |
| | | [DatabaseGenerated(DatabaseGeneratedOption.None)] |
| | | public long Id { get; set; } |
| | | |
| | | public int PrintType { get; set; } |
| | | [Required] |
| | | [StringLength(50)] |
| | | public string PlanNo { get; set; } |
| | | |
| | | public int PrintSource { get; set; } |
| | | [Required] |
| | | [StringLength(50)] |
| | | public string OrderId { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info5 { get; set; } |
| | | |
| | | public int? AreaCode { get; set; } |
| | | |
| | | public int UpiStatus { get; set; } |
| | | |
| | | [Required] |
| | | [StringLength(50)] |
| | | public string PackageCode { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info4 { get; set; } |
| | | public double? Info1 { get; set; } |
| | | |
| | | public double? Info2 { get; set; } |
| | | |
| | | public double? Info3 { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info5 { get; set; } |
| | | public string Info4 { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info6 { get; set; } |
| | |
| | | |
| | | [StringLength(60)] |
| | | public string Info13 { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info14 { get; set; } |
| | | |
| | | public int? Info15 { get; set; } |
| | | |
| | | [StringLength(60)] |
| | | public string Info16 { get; set; } |
| | | |
| | | public int PrintSheetNum { get; set; } |
| | | |
| | | public int PrintNum { get; set; } |
| | | |
| | | public int PrintStatus { get; set; } |
| | | |
| | | public bool IsAllowPrint { get; set; } |
| | | |
| | | [StringLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | public DateTime? CreateTime { get; set; } |
| | | |