using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
using wcftest.orm;
|
|
namespace wcftest.EnumDefine
|
{
|
public class msgss<T>
|
{
|
|
/// <summary>
|
/// 错误消息 【EditBy shaocx,2022-06-14】
|
/// </summary>
|
public string msg { get; set; }
|
public int status { get; set; }
|
public int total { get; set; }
|
public List<T> date { get; set; }
|
public List<T> allDate { get; set; }
|
public int roleDelete { get; set; }
|
public int roleModifi { get; set; }
|
|
/// <summary>
|
/// 按钮权限 【EditBy shaocx,2024-03-14】
|
/// </summary>
|
public string buttonAuth { get; set; }
|
|
}
|
|
}
|