fix
zhangqian
2023-10-30 d35a7e51d6360b533a23ca81031ea1f4f60e9861
1
2
3
4
5
6
7
8
9
package request
 
import (
    "apsClient/model"
)
 
type UpdatePlc struct {
    model.DevicePlc
}