@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>Common.Shared.Application</PackageId>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<Authors>zrh-lx</Authors>
<Company>zrh-lx</Company> <!-- 可选 -->
<Description>包含所有公共使用的 DTO、契约、接口模型等,供微服务之间共享使用</Description>
@ -86,7 +86,7 @@ namespace Common.Shared.Application.SafetyFirePro.RequestDto
/// <example>10</example>
/// <remarks>不传则默认为10</remarks>
[JsonPropertyName("page_size")]
public int? PageSize { get; set; } = 20;
public int? Page_size { get; set; } = 20;
/// <summary>
/// 作业状态
@ -526,6 +526,9 @@ namespace Common.Shared.Application.SafetyFirePro.ResponseDto
[JsonPropertyName("status")]
public int Status { get; set; }
[JsonPropertyName("sort")]
public int? Sort { get; set; }
/// 审批人信息
/// </summary>
@ -68,6 +68,8 @@ namespace ThirdPartyServices.Application.ShenZhouShengAn.RequestDto
public long? P_region_id { get; set; }
public long? Region_id { get; set; }
public int? Page_size { get; set; }
}
@ -548,7 +548,7 @@ namespace ThirdPartyServices.DomainService.ShenZhouShengAn
{
dto.Status = statusNot[i].ToString();
dto.Page = 1;
dto.PageSize = 1;
dto.Page_size = 1;
HttpClientResult<object> riskResult = await _tokenProviderService
.SendAndParseAsync<WorkTaskQueryParamsDto, HttpClientResult<object>>(
"https://zrh.szdunan.cn/v1/api/ticket/safe/ledger",