yibo 7 years ago
parent
commit
958f2777c2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      B3ClientService/Rpcs/SelfHelpRpc.cs

+ 3
- 0
B3ClientService/Rpcs/SelfHelpRpc.cs View File

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


Loading…
Cancel
Save