tconflict #717

Merged
chenhao merged 2 commits from tconflict into test 2024-09-02 13:06:06 +08:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 947b2ed877 - Show all commits

View File

@ -587,11 +587,11 @@ const (
ErrCodeVideoModerationSrvFail ErrCode = -44001 // 视频审核服务错误 ErrCodeVideoModerationSrvFail ErrCode = -44001 // 视频审核服务错误
ErrCodeVideoModerationNotExist ErrCode = -44002 // 视频审核不存在 ErrCodeVideoModerationNotExist ErrCode = -44002 // 视频审核不存在
// Notification: 45xxx // Notification: 46xxx
ErrCodeNotificationSrvOk ErrCode = ErrCodeOk ErrCodeNotificationSrvOk ErrCode = ErrCodeOk
ErrCodeNotificationSrvFail ErrCode = -45001 // 系统通知表服务错误 ErrCodeNotificationSrvFail ErrCode = -46001 // 系统通知表服务错误
ErrCodeNotificationNotExist ErrCode = -45002 // 系统通知表不存在 ErrCodeNotificationNotExist ErrCode = -46002 // 系统通知表不存在
ErrCodeNotificationCountRedisCacheInvalid ErrCode = -45003 // 系统通知表redis缓存失效 ErrCodeNotificationCountRedisCacheInvalid ErrCode = -46003 // 系统通知表redis缓存失效
// Media: 60xxx // Media: 60xxx
ErrCodeMediaSrvOk ErrCode = ErrCodeOk ErrCodeMediaSrvOk ErrCode = ErrCodeOk

View File

@ -12,7 +12,7 @@ func main() {
EntityName: "Notification", EntityName: "Notification",
ModuleName: "notification", ModuleName: "notification",
EntityCNName: "系统通知表", EntityCNName: "系统通知表",
ErrCodeSeq: "45", ErrCodeSeq: "46",
} }
generator.CreateFileDirectory(genSource) generator.CreateFileDirectory(genSource)