xieb
2024-01-11 12208a6f22d0765b991c71bbfe2b7e4024c263ad
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>