jl-iot/service/model/ss.go

7 lines
73 B
Go

package model
// 服务状态
type ServiceState struct {
State int32
}