1
xieb
2024-01-20 f24b378fe6fd2dd0f31c10d9cafbe1d490d98c59
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>