From 0244d57ee74aa255168426c3ed1088df0173d8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Wed, 25 Oct 2023 17:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=95=E4=BD=8D=E7=BC=96?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Elight.Entity/APPDto/Lawyer/LawyerArchivesDto.cs | 2 ++ Elight.Entity/AppMode/Lawyer/LawyerArchives.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Elight.Entity/APPDto/Lawyer/LawyerArchivesDto.cs b/Elight.Entity/APPDto/Lawyer/LawyerArchivesDto.cs index 0972330..6b343c8 100644 --- a/Elight.Entity/APPDto/Lawyer/LawyerArchivesDto.cs +++ b/Elight.Entity/APPDto/Lawyer/LawyerArchivesDto.cs @@ -17,6 +17,8 @@ namespace Elight.Entity.APPDto.Lawyer [DataMember] public string? jzlbxxId { get; set; } [DataMember] + public string? unitcode { get; set; } + [DataMember] public string? bmsah { get; set; } [DataMember] public string? lawyerId { get; set; } diff --git a/Elight.Entity/AppMode/Lawyer/LawyerArchives.cs b/Elight.Entity/AppMode/Lawyer/LawyerArchives.cs index eb2e040..4c16995 100644 --- a/Elight.Entity/AppMode/Lawyer/LawyerArchives.cs +++ b/Elight.Entity/AppMode/Lawyer/LawyerArchives.cs @@ -19,6 +19,8 @@ namespace Elight.Entity.AppMode.Lawyer [DataMember] public string? lawyerservicesId { get; set; } [DataMember] + public string? unitcode { get; set; } + [DataMember] public string? jzlbxxId { get; set; } [DataMember] public string? bmsah { get; set; }