소문자로 변경
This commit is contained in:
@ -169,7 +169,7 @@ type Maintenance struct {
|
|||||||
type DivisionForUser struct {
|
type DivisionForUser struct {
|
||||||
Priority int `bson:"priority" json:"priority"`
|
Priority int `bson:"priority" json:"priority"`
|
||||||
State DivisionStateName `bson:"state" json:"state"`
|
State DivisionStateName `bson:"state" json:"state"`
|
||||||
Maintenance *Maintenance `bson:",omitempty" json:",omitempty"`
|
Maintenance *Maintenance `bson:"maintenance,omitempty" json:"maintenance,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Division struct {
|
type Division struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user