123456789101112131415161718192021222324252627282930313233 |
- local root = {
- {
- configId = 1,
- timeStartRegister = '2020-05-10 23:59:59',
- timeEndRegister = '2022-05-11 23:59:59',
- poolIdList = {101,201}
- },
- {
- configId = 2,
- timeStartRegister = '2022-05-11 00:00:00',
- timeEndRegister = '2030-12-29 23:59:59',
- poolIdList = {102,201,301,302}
- },
- {
- configId = 3,
- timeStartRegister = '2022-05-11 00:00:00',
- timeEndRegister = '2022-05-11 23:59:59',
- poolIdList = {103,201,301,302}
- },
- {
- configId = 4,
- timeStartRegister = '2022-05-11 00:00:00',
- timeEndRegister = '2022-05-11 23:59:59',
- poolIdList = {104,201,301,302}
- },
- {
- configId = 5,
- timeStartRegister = '2022-05-11 00:00:00',
- timeEndRegister = '2022-05-11 23:59:59',
- poolIdList = {105,201,301,302}
- }
- }
- return root
|