initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ASPNET.BackEnd.Common.Models;
|
||||
|
||||
public class ApiSuccessResult<T>
|
||||
{
|
||||
public int? Code { get; init; }
|
||||
public string? Message { get; init; }
|
||||
public T? Content { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user