|
|
@ -158,7 +158,7 @@ namespace BWP.B3ClientService.Rpcs |
|
|
return GetBaseInfoList<WhiteBar>(input, args, top); |
|
|
return GetBaseInfoList<WhiteBar>(input, args, top); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Rpc] |
|
|
|
|
|
|
|
|
[Rpc(RpcFlags.SkipAuth)] |
|
|
public static List<WordPair> GetProductBatchList(string input, string args, int top) |
|
|
public static List<WordPair> GetProductBatchList(string input, string args, int top) |
|
|
{ |
|
|
{ |
|
|
var query = new DQueryDom(new JoinAlias(typeof(ProductBatch))); |
|
|
var query = new DQueryDom(new JoinAlias(typeof(ProductBatch))); |
|
|
@ -187,7 +187,7 @@ namespace BWP.B3ClientService.Rpcs |
|
|
return dmo.EExecuteList().Cast<Sanction>().ToList(); |
|
|
return dmo.EExecuteList().Cast<Sanction>().ToList(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
[Rpc] |
|
|
|
|
|
|
|
|
[Rpc(RpcFlags.SkipAuth)] |
|
|
public static string GetLivestock() |
|
|
public static string GetLivestock() |
|
|
{ |
|
|
{ |
|
|
var query = new DQueryDom(new JoinAlias(typeof(Livestock))); |
|
|
var query = new DQueryDom(new JoinAlias(typeof(Livestock))); |
|
|
|