package vo import "lims-extend/model" type PlanVo struct { model.Plan IsJoined bool `json:"is_joined"` SendAmount int `json:"send_amount"` ReceiveAmount int `json:"receive_amount"` ReportAmount int `json:"report_amount"` }