add uom, item, itemprice, infra, medicinegroup, medicinemethod, mscusrccategory, mcusrc
This commit is contained in:
No files matched your search
@@ -0,0 +1,12 @@
|
||||
package mcusrc
|
||||
|
||||
import (
|
||||
ecore "simrs-vx/internal/domain/base-entities/core"
|
||||
)
|
||||
|
||||
type McuSrc struct {
|
||||
ecore.SmallMain // adjust this according to the needs
|
||||
Code string `json:"code" gorm:"unique;size:20"`
|
||||
Name string `json:"name" gorm:"size:50"`
|
||||
CheckupCategory_Code *string `json:"checkupCategory_code" gorm:"size:20"`
|
||||
}
|
||||
Reference in New Issue
Block a user