Skip to content

Commit

Permalink
Merge pull request #768 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: nullable bl format
  • Loading branch information
ychung-mot authored Oct 31, 2024
2 parents 6fe1127 + 0241bf4 commit a9b0aaf
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 a9b0aaf

Please sign in to comment.