resolve typo name class code

This commit is contained in:
vanilia
2025-10-15 12:11:11 +07:00
parent b42dca81a5
commit 0b864d8cd7
@@ -22,5 +22,5 @@ type Chemo struct {
VerifiedBy *eus.User `json:"verifiedBy,omitempty" gorm:"foreignKey:VerifiedBy_User_Id;references:Id"`
SrcUnit_Id *uint `json:"src_unit_id"`
SrcUnit *eun.Unit `json:"src_unit,omitempty" gorm:"foreignKey:SrcUnit_Id;references:Id"`
ClassCode ere.ChemoClassCode `json:"class_code"`
Class_Code ere.ChemoClassCode `json:"class_code"`
}