add
zongzhibin
2024-11-28 093a1f1e49f482a58cb95f6562ab6c890bb03c89
LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/iWareSql/WmsDBModel/mes_package_gather.cs
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_gather.cs
文件从 LA24030_LuLiPackageLine_Print/LA24030_LuLiPackageLine_PrintService/iWareSql/wms_record_print.cs 复制
@@ -1,4 +1,4 @@
namespace iWareSql
namespace iWareSql.WmsDBModel
{
    using System;
    using System.Collections.Generic;
@@ -6,24 +6,38 @@
    using System.ComponentModel.DataAnnotations.Schema;
    using System.Data.Entity.Spatial;
    public partial class wms_record_print
    public partial class mes_package_gather
    {
        [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; }
@@ -48,25 +62,6 @@
        [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; }