|
@@ -29,6 +29,23 @@ public class SummaryArgs {
|
|
|
|
|
|
private static Map<String, SummaryArgs> createArgs() {
|
|
|
HashMap<String, SummaryArgs> a = new HashMap<>();
|
|
|
+ a.put("company_branch", new SummaryArgs(
|
|
|
+ "ng_rt_company_branch"
|
|
|
+ , Collections.singletonList(new ArgsInfo(
|
|
|
+ "company_id"
|
|
|
+ , ""
|
|
|
+ , "deleted"))
|
|
|
+ , Arrays.asList(new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "0"
|
|
|
+ , "company_branch_del_0"),
|
|
|
+ new ValueAlias(
|
|
|
+ ""
|
|
|
+ , "1"
|
|
|
+ , "company_branch_del_1")
|
|
|
+ )
|
|
|
+ , (j) -> Collections.singletonList(j.getString("parent_company_id"))
|
|
|
+ ));
|
|
|
a.put("company_holder", new SummaryArgs(
|
|
|
"ng_rt_company_holder"
|
|
|
, Arrays.asList(new ArgsInfo(
|