xieb
2024-01-16 390f6f35e47bcfe207f60b10fae59c87a631305a
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>