package daytask type ServiceGroup struct { // 用户模块 DtUserService DtUserSocialService DtUserPaymentService // 任务模块 DtTaskCategoryService DtTaskService DtTaskStepService DtTaskExampleService DtUserTaskService // 财务模块 DtWithdrawOrderService DtBalanceLogService // 内容模块 DtNoticeService DtBannerService DtHelpCategoryService DtHelpService DtCustomerServiceService // 素材模块 DtMaterialService DtMaterialGroupService // 音乐模块 DtMusicGroupService DtMusicService // 系统模块 DtAdminService DtRoleService DtMenuService DtConfigService DtOperationLogService DtDailyStatsService }