|
|
@ -3,6 +3,7 @@ using System.Collections.Generic; |
|
|
using System.Linq; |
|
|
using System.Linq; |
|
|
using System.Text; |
|
|
using System.Text; |
|
|
using Forks.EnterpriseServices.DataForm; |
|
|
using Forks.EnterpriseServices.DataForm; |
|
|
|
|
|
using Forks.EnterpriseServices.DomainObjects2; |
|
|
|
|
|
|
|
|
namespace BWP.B3ClientService.BO |
|
|
namespace BWP.B3ClientService.BO |
|
|
{ |
|
|
{ |
|
|
@ -21,6 +22,10 @@ namespace BWP.B3ClientService.BO |
|
|
set { mNumber = value; } |
|
|
set { mNumber = value; } |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[ReferenceTo(typeof(GradeAndWeight_Detail), "Weight")] |
|
|
|
|
|
[Join("BarCode", "BarCode")] |
|
|
|
|
|
public decimal? BeforeWeight { get; set; } |
|
|
|
|
|
|
|
|
public decimal? Weight { get; set; } |
|
|
public decimal? Weight { get; set; } |
|
|
|
|
|
|
|
|
public string CarcassStatus { get; set; }// 胴体状态
|
|
|
public string CarcassStatus { get; set; }// 胴体状态
|
|
|
|