|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace WX.CRM.WebHelper.UtilityModel
|
|
{
|
|
public class RightAndButton
|
|
{
|
|
public string rightId { get; set; }
|
|
public decimal buttons { get; set; }
|
|
}
|
|
}
|