ComplianceServer/oldcode/WebHelper/UtilityModel/RightAndButton.cs

15 lines
297 B
C#

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; }
}
}