mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
11 lines
267 B
C#
11 lines
267 B
C#
using Yi.Framework.Rbac.Domain.Shared.Dtos;
|
|
|
|
namespace Yi.Framework.AiHub.Application.Contracts.Dtos;
|
|
|
|
public class AiUserRoleMenuDto:UserRoleMenuDto
|
|
{
|
|
/// <summary>
|
|
/// 是否绑定服务号
|
|
/// </summary>
|
|
public bool IsBindFuwuhao { get; set; }
|
|
} |