feat: add ci

This commit is contained in:
2026-09-13 18:02:09 +07:00
parent af34bc11f1
commit ed5146c73b
21 changed files with 186 additions and 2477 deletions
+2
View File
@@ -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);