类 ProductDTO
java.lang.Object
com.github.shuaidd.dto.externalcontact.ProductDTO
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPrice()voidsetAttachments(List<ProductDTO.AttachmentsDTO> attachments) voidsetCreateTime(Date createTime) voidsetDescription(String description) voidvoidsetProductId(String productId) voidsetProductSn(String productSn)
-
字段详细资料
-
productId
productId -
description
description -
price
price -
createTime
createTime -
productSn
productSn -
attachments
attachments
-
-
构造器详细资料
-
ProductDTO
public ProductDTO()
-
-
方法详细资料
-
getProductId
-
setProductId
-
getDescription
-
setDescription
-
getPrice
-
setPrice
-
getCreateTime
-
setCreateTime
-
getProductSn
-
setProductSn
-
getAttachments
-
setAttachments
-