7 lines
182 B
C#
7 lines
182 B
C#
namespace MiaoYu.Api.Admin.Models.Dtos.Systems;
|
|
|
|
public class SysMenuFormDto
|
|
{
|
|
public SysMenu Form { get; set; }
|
|
public List<SysMenuFunction> MenuFunctionList { get; set; }
|
|
} |