add use case for employee, itemgroup, doctor, nurse, nutritionist, pharmacist, counter, practiceschedule

This commit is contained in:
dpurbosakti
2025-08-27 10:40:26 +07:00
parent 9df1ba28de
commit cbd836a681
49 changed files with 4830 additions and 1 deletions

No files matched your search

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