|
|
@ -99,6 +99,9 @@ namespace BWP.B3ClientService.Rpcs |
|
|
var entity = Load<SendPigRecord>(session, new Tuple<string, object>("ID", id)); |
|
|
var entity = Load<SendPigRecord>(session, new Tuple<string, object>("ID", id)); |
|
|
var details = LoadList<FarmerRecord>(session, new Tuple<string, object>("SendPigRecord_ID", id)); |
|
|
var details = LoadList<FarmerRecord>(session, new Tuple<string, object>("SendPigRecord_ID", id)); |
|
|
var weight = new WeightBill(); |
|
|
var weight = new WeightBill(); |
|
|
|
|
|
weight.Creator = "李焕奎"; |
|
|
|
|
|
weight.LiveVarieties_ID = 1; |
|
|
|
|
|
weight.LiveVarieties_Name = "毛猪"; |
|
|
weight.ModifyTime = DateTime.Now; |
|
|
weight.ModifyTime = DateTime.Now; |
|
|
weight.AccountingUnit_ID = 1; |
|
|
weight.AccountingUnit_ID = 1; |
|
|
weight.Department_ID = 2; |
|
|
weight.Department_ID = 2; |
|
|
|