| | |
| | | |
| | | public bool? IsKitting { get; set; } |
| | | |
| | | public bool? IsUnline { get; set; } |
| | | |
| | | public DateTime? UnlineTime { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string UnlinePerson { get; set; } |
| | | |
| | | public int PackageNum { get; set; } |
| | | |
| | | public int UnLinePackageNum { get; set; } |
| | | |
| | | public int NoUnLinePackageNum { get; set; } |
| | | |
| | | public decimal AllPackageArea { get; set; } |
| | | |
| | | public decimal ScanPackageArea { get; set; } |
| | | |
| | | public decimal NoScanPackageArea { get; set; } |
| | | |
| | | public DateTime? CreateTime { get; set; } |
| | | |
| | | public DateTime? UpdateTime { get; set; } |