|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Air.Model.AirAdminViewModel
|
|
{
|
|
public class RightAndButton
|
|
{
|
|
public string rightId { get; set; }
|
|
public int buttons { get; set; }
|
|
}
|
|
}
|