第三课
商品值对象划分(1):商品信息值对象
type VCourseInfo struct {
CourseName string `json:"course_name"`
CourseImage string `json:"course_image"`
}一般值对象都会有对应的方法,譬如:
Last updated
商品值对象划分(1):商品信息值对象
type VCourseInfo struct {
CourseName string `json:"course_name"`
CourseImage string `json:"course_image"`
}Last updated