electricity_bill_calc_service/vo/shares.go

6 lines
69 B
Go

package vo
type StateForm struct {
Enabled bool `json:"enabled"`
}