xieb
2024-01-09 754dcc774b41c43c7a8798edf5efa382b05474fd
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>