namespace Wonky.Entity.DTO; public class KrvSignatureLabels { public string AuthoredByLabel { get; set; } = ""; public string ApprovedByLabel { get; set; } = ""; public string ApprovedDateLabel { get; set; } = ""; public string RevisionDateLabel { get; set; } = ""; public string FollowupDateLabel { get; set; } = ""; }