Browse Source

jzwj设为可空

develop-lawyerExampaper
胡超1 2 years ago
parent
commit
ade3f5a05f
  1. 2
      Elight.Entity/APPDto/Lawyer/JZMLDto.cs

2
Elight.Entity/APPDto/Lawyer/JZMLDto.cs

@ -61,7 +61,7 @@ namespace Elight.Entity.APPDto.Lawyer
/// </summary> /// </summary>
public string? dwbm { get; set; } public string? dwbm { get; set; }
public List<JZWJItemDto>? jzwj { get; set; } public List<JZWJItemDto> jzwj { get; set; }
} }

Loading…
Cancel
Save