类 AttachVo

java.lang.Object
com.ishop.model.wechat.AttachVo

public class AttachVo extends Object
支付附加对象
  • 构造器详细资料

    • AttachVo

      public AttachVo()
    • AttachVo

      public AttachVo(String type, Long userId)
  • 方法详细资料

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)