feat (postal-code): add crud for postal-code

This commit is contained in:
dpurbosakti
2025-10-09 12:49:19 +07:00
parent 935e5d780c
commit 9a68982afa
13 changed files with 720 additions and 9 deletions
@@ -0,0 +1,9 @@
package postalcode
// example of middleware
// func init() {
// createPreMw = append(createPreMw,
// CreateMw{Name: "modif-input", Func: pm.ModifInput},
// CreateMw{Name: "check-data", Func: pm.CheckData},
// )
// }