using CloudGaming.Repository.Game.Entities.Ext;
using CloudGaming.Api.Admin.ApplicationServices.Apps.Ext;
namespace CloudGaming.Api.Admin.Controllers.Apps.Ext;
///
/// 发送短信日志表 控制器
///
[ControllerDescriptor(MenuId = "请设置菜单Id 系统菜单表中查找,如果不设置不受权限保护!", DisplayName = "发送短信日志表")]
public class T_Sms_LogController(IServiceProvider serviceProvider)
: AdminGameControllerBase(serviceProvider)
{
}