ppforge/protocol/defaultfieldvalue.go

7 lines
86 B
Go

package protocol
type DefaultFieldValue struct {
FieldRef string
Value string
}