feat (medical-action-src): add create item

This commit is contained in:
dpurbosakti
2025-10-17 15:19:43 +07:00
parent 99fd14ed55
commit ded271dc6d
4 changed files with 30 additions and 1 deletions
@@ -8,7 +8,7 @@ import (
type CreateDto struct {
Code string `json:"code" validate:"maxLength=20"`
Name string `json:"name" validate:"maxLength=50"`
Type_Code string `json:"type_code" validate:"maxLength:20"`
Type_Code string `json:"type_code" validate:"maxLength=20"`
Item_Id *uint `json:"item_id"`
}
@@ -30,6 +30,7 @@ const (
ITGCMCUSub ItemGroupCode = "mcuSub"
ITGCEmpFee ItemGroupCode = "employee-fee"
ITGCDocFee ItemGroupCode = "doctor-fee"
ITGCMedAct ItemGroupCode = "medical-action"
IFGCBuilding InfraGroupCode = "building" // Bangunan
IFGCFloor InfraGroupCode = "floor" // Lantai