xieb
2024-01-15 c4d8a0ec627cfc0a0e1d14501a2f9ae188e226b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<flow>
    <chain name="tenantChain">
        THEN(
            tenantRule,
            WHEN(
                tenantRoleRule,
                tenantRoleMenuRule,
                tenantDeptRule,
                tenantPostRule,
                tenantDictBizRule,
                tenantUserRule
            )
        );
    </chain>
</flow>