7 changed files with 22 additions and 51 deletions
-
8src/Shentun.ColumnReferencePlugIns/PlugInsBase.cs
-
8src/Shentun.ColumnReferencePlugIns/WebAppoints/WebAppointWebPeisPlugIns.cs
-
6src/Shentun.Peis.Application.Contracts/WebApiOutDto.cs
-
15src/Shentun.Peis.Application.Contracts/WebApiOutDtoBase.cs
-
13src/Shentun.Peis.Application.Contracts/WebApiOutDtoExter.cs
-
15src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs
-
8src/Shentun.Peis.HttpApi.Host/AppServiceHelper.cs
@ -1,15 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace Shentun.Peis |
|||
{ |
|||
public class WebApiOutDtoBase |
|||
{ |
|||
public string Code { get; set; } |
|||
public string Message { get; set; } |
|||
|
|||
} |
|||
} |
|||
@ -1,13 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Shentun.Peis |
|||
{ |
|||
public class WebApiOutDtoExter<T> |
|||
{ |
|||
public int Code { get; set; } |
|||
public string Message { get; set; } |
|||
public T? Data { get; set; } |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue