forked from ddrilling/AsbCloudServer
8 lines
167 B
C#
8 lines
167 B
C#
namespace AsbCloudApp.Data
|
|
{
|
|
public class PermissionBaseDto
|
|
{
|
|
public int Id { get; set; }
|
|
public string PermissionName { get; set; }
|
|
}
|
|
} |