update model

This commit is contained in:
Hanan Askarim
2024-05-28 22:58:19 +07:00
parent c4b17e4503
commit 2a0e92e119
3 changed files with 38 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ type Kelainan struct {
Nomor string `db:"nomor"`
Mcu_KelainanGroupID int `db:"Mcu_KelainanGroupID"`
Mcu_KelainanGroupName string `db:"Mcu_KelainanGroupName"`
Mcu_KelainanGroupFlagActive string `db:"Mcu_KelainanGroupFlagActive"`
Mcu_KelainanGroupIsActive string `db:"Mcu_KelainanGroupIsActive"`
Mcu_KelainanGroupCreated string `db:"Mcu_KelainanGroupCreated"`
Mcu_KelainanGroupCreatedUserID string `db:"Mcu_KelainanGroupCreatedUserID"`