类 ProductDTO

java.lang.Object
com.github.shuaidd.dto.externalcontact.ProductDTO

public class ProductDTO extends Object
  • 字段详细资料

    • productId

      private String productId
      productId
    • description

      private String description
      description
    • price

      private Integer price
      price
    • createTime

      private Date createTime
      createTime
    • productSn

      private String productSn
      productSn
    • attachments

      private List<ProductDTO.AttachmentsDTO> attachments
      attachments
  • 构造器详细资料

    • ProductDTO

      public ProductDTO()
  • 方法详细资料

    • getProductId

      public String getProductId()
    • setProductId

      public void setProductId(String productId)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getPrice

      public Integer getPrice()
    • setPrice

      public void setPrice(Integer price)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getProductSn

      public String getProductSn()
    • setProductSn

      public void setProductSn(String productSn)
    • getAttachments

      public List<ProductDTO.AttachmentsDTO> getAttachments()
    • setAttachments

      public void setAttachments(List<ProductDTO.AttachmentsDTO> attachments)