|
|
|
|
@ -19,7 +19,7 @@ namespace ThirdPartyServices.DomainService.PuTianSuYuan |
|
|
|
|
|
|
|
|
|
public async Task<ApiResult<List<AssetOverviewResDto>>> GetAssetDashboardEchart(SecSituationQueryDto dto) |
|
|
|
|
{ |
|
|
|
|
ApiResult<List<AssetOverviewResDto>> result = new ApiResult<List<AssetOverviewResDto>>() { Code = 200, Msg = "接口调用成功" }; |
|
|
|
|
ApiResult<List<AssetOverviewResDto>> result = new ApiResult<List<AssetOverviewResDto>>() { Code = 200, Msg = "接口调用成功", Data = [] }; |
|
|
|
|
|
|
|
|
|
DateTime start = DateTime.Now; |
|
|
|
|
DateTime end = DateTime.Now; |
|
|
|
|
@ -151,7 +151,7 @@ namespace ThirdPartyServices.DomainService.PuTianSuYuan |
|
|
|
|
/// <exception cref="NotImplementedException"></exception> |
|
|
|
|
public async Task<ApiResult<List<AssetTypeResDto>>> GetAssetTypeEchart(SecSituationQueryDto dto) |
|
|
|
|
{ |
|
|
|
|
ApiResult<List<AssetTypeResDto>> result = new ApiResult<List<AssetTypeResDto>>() { Code = 200, Msg = "接口调用成功" }; |
|
|
|
|
ApiResult<List<AssetTypeResDto>> result = new ApiResult<List<AssetTypeResDto>>() { Code = 200, Msg = "接口调用成功", Data = [] }; |
|
|
|
|
|
|
|
|
|
DateTime start = DateTime.Now; |
|
|
|
|
DateTime end = DateTime.Now; |
|
|
|
|
|