123456789101112131415161718192021 |
- local root = {
- {
- id = 'popup',
- formName = 'PopupGroupConfig',
- type = 1,
- field = {"sConfigId"}
- },
- {
- id = 'email',
- formName = 'EmailGroupConfig',
- type = 2,
- field = {"sConfigId"}
- },
- {
- id = 'chat',
- formName = 'ChatGroupConfig',
- type = 0,
- field = {"sConfigId"}
- }
- }
- return root
|