|
@ -67,7 +67,7 @@ namespace Win.Sfs.SettleAccount.Entities.Materials |
|
|
Guid id, |
|
|
Guid id, |
|
|
Guid branchId, |
|
|
Guid branchId, |
|
|
|
|
|
|
|
|
string factory, string materialCode, string materialDesc, string unit, string estimateType, string estimateTypeDesc,string customerPartCode) :base(id) |
|
|
string factory, string materialCode, string materialDesc, string unit, string estimateType, string estimateTypeDesc) :base(id) |
|
|
{ |
|
|
{ |
|
|
BranchId = branchId; |
|
|
BranchId = branchId; |
|
|
Factory = factory; |
|
|
Factory = factory; |
|
@ -76,7 +76,7 @@ namespace Win.Sfs.SettleAccount.Entities.Materials |
|
|
Unit = unit; |
|
|
Unit = unit; |
|
|
EstimateType = estimateType; |
|
|
EstimateType = estimateType; |
|
|
EstimateTypeDesc = estimateTypeDesc; |
|
|
EstimateTypeDesc = estimateTypeDesc; |
|
|
CustomerPartCode = customerPartCode; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|