mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +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; }
|
|||
|
|
}
|