FunctionGroupConfig.lua 391 B

123456789101112131415161718192021
  1. local root = {
  2. {
  3. id = 'popup',
  4. formName = 'PopupGroupConfig',
  5. type = 1,
  6. field = {"sConfigId"}
  7. },
  8. {
  9. id = 'email',
  10. formName = 'EmailGroupConfig',
  11. type = 2,
  12. field = {"sConfigId"}
  13. },
  14. {
  15. id = 'chat',
  16. formName = 'ChatGroupConfig',
  17. type = 0,
  18. field = {"sConfigId"}
  19. }
  20. }
  21. return root