审查视图

pkg/domain/cooperationMode.go 247 字节
tangxuhui authored
1 2 3 4 5 6 7 8
package domain

//合约模式
type CooperationMode struct {
	CooperationModeId     int    `json:"cooperationModeId,string"`
	CooperationModeName   string `json:"cooperationModeName"`
	CooperationModeNumber string `json:"cooperationModeNumber"`
}