add divisi

This commit is contained in:
vanilia
2025-11-17 16:17:26 +07:00
parent 18af731553
commit 8911bb678c
12 changed files with 431 additions and 327 deletions

No files matched your search

@@ -6,6 +6,7 @@ import (
)
type CreateDto struct {
Id *uint `json:"id"`
Code string `json:"code" validate:"maxLength=10"`
Name string `json:"name" validate:"maxLength=50"`
Parent_Code *string `json:"parent_code"`