Files
nl-video-api/internal/dao/comment_report.go
2025-08-03 00:11:15 +08:00

21 lines
686 B
Go

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package dao
import (
"nl-video-api/internal/dao/internal"
)
// internalCommentReportDao is internal type for wrapping internal DAO implements.
type internalCommentReportDao = *internal.CommentReportDao
// commentReportDao is the data access object for table comment_report.
// You can define custom methods on it to extend its functionality as you wish.
type commentReportDao struct {
internalCommentReportDao
}
// Fill with you ideas below.