feat: add ci
This commit is contained in:
@@ -18,3 +18,5 @@ public class SaveMasterDataRequest
|
||||
public int SortOrder { get; set; }
|
||||
public bool IsActive { get; set; } = true;
|
||||
}
|
||||
|
||||
public record MasterDataFilter(string? Group, string? Term, bool? IsActive);
|
||||
|
||||
Reference in New Issue
Block a user