2025-02-26 22:28:19 +08:00

8 lines
145 B
Go

package staffrepository
func (ur *StaffRepository) Update() error {
// if err := ur.DB.Update(column string, value interface{})
return nil
}