fix
zhangqian
2023-10-30 10c65da3d2af7056f48d9301e83f53f102f76e18
model/request/plcBrand.go
@@ -10,7 +10,7 @@
}
type UpdatePlcBrand struct {
   Id int `json:"id"`
   Id uint `json:"id"`
   model.PlcBrand
}