Skip to content

Commit

Permalink
chore: nullable bl format
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Oct 31, 2024
1 parent 6fe1127 commit 0241bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/StrDss.Model/OrganizationDtos/LocalGovUpdateDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class LocalGovUpdateDto
public long OrganizationId { get; set; }
public string OrganizationNm { get; set; } = "";
public string LocalGovernmentType { get; set; } = "";
public string BusinessLicenceFormatTxt { get; set; } = "";
public string? BusinessLicenceFormatTxt { get; set; } = "";
public DateTime UpdDtm { get; set; }
}
}

0 comments on commit 0241bf4

Please sign in to comment.