99
This commit is contained in:
15
Reportapi/MyCode.Project.Infrastructure/Common/MiniResult.cs
Normal file
15
Reportapi/MyCode.Project.Infrastructure/Common/MiniResult.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MyCode.Project.Infrastructure.Common
|
||||
{
|
||||
public class MiniResult
|
||||
{
|
||||
public Object Data { get; set; }
|
||||
public MiniResultCode ResultCode { get; set; }
|
||||
public string ErrorMessage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user