Files
2026-05-15 23:22:48 +08:00

13 lines
236 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace VolPro.Entity.DomainModels
{
public class RoleAuthor
{
public int menuId { get; set; }
public string actions { get; set; }
}
}