@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>Common.Shared.Application</PackageId>
<Version>5.1</Version>
<Version>5.2</Version>
<Authors>zrh-lx</Authors>
<Company>zrh-lx</Company> <!-- 可选 -->
<Description>包含所有公共使用的 DTO、契约、接口模型等,供微服务之间共享使用</Description>
@ -110,6 +110,13 @@ namespace Common.Shared.Application.SafetyFirePro.RequestDto
/// <remarks>必填项</remarks>
[JsonPropertyName("ubpid")]
public string? Ubpid { get; set; }
/// <summary>
/// 作业活动所在区域id,查询区域本级及子子孙孙数据,
/// </summary>
/// <example>8888</example>
[JsonPropertyName("p_region_id")]
public int? P_Region_Id { get; set; }
}