初始化项目
This commit is contained in:
28
APIserver/Models/ViewMessageModel.cs
Normal file
28
APIserver/Models/ViewMessageModel.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Models
|
||||
{
|
||||
public class ReturnResult
|
||||
{
|
||||
public int Status { get; set; }
|
||||
public dynamic Message { get; set; }
|
||||
public int nums { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int PID { get; set; }
|
||||
public int quabu { get; set; }
|
||||
public int bandingshulian { get; set; }
|
||||
public string ProjectName { get; set; }
|
||||
public int shuliabn { get; set; }
|
||||
public int wzx { get; set; }
|
||||
public int zxz { get; set; }
|
||||
public int IsAdmin { get; set; }
|
||||
}
|
||||
public class ReturnResult<TData> : ReturnResult
|
||||
{
|
||||
public TData Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user