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