add crud for uom, item, itemprice, infra, medicinegroup, medicinemethod, mcusrccategory, mcusrc

This commit is contained in:
dpurbosakti
2025-08-27 15:22:17 +07:00
parent 3a0dc5f98f
commit f1e528b20e
57 changed files with 5409 additions and 0 deletions

No files matched your search

@@ -0,0 +1,9 @@
package uom
// example of middleware
// func init() {
// createPreMw = append(createPreMw,
// CreateMw{Name: "modif-input", Func: pm.ModifInput},
// CreateMw{Name: "check-data", Func: pm.CheckData},
// )
// }