feat: add dashboard and virtual pay enhancements
This commit is contained in:
@@ -33,6 +33,12 @@ public class AppVirtualOrder extends BaseEntity
|
||||
@Excel(name = "资源标题")
|
||||
private String resourceTitle;
|
||||
|
||||
@Excel(name = "规格ID")
|
||||
private Long resourceListId;
|
||||
|
||||
@Excel(name = "购买规格")
|
||||
private String specName;
|
||||
|
||||
@Excel(name = "微信道具ID")
|
||||
private String productId;
|
||||
|
||||
@@ -137,6 +143,26 @@ public class AppVirtualOrder extends BaseEntity
|
||||
this.resourceTitle = resourceTitle;
|
||||
}
|
||||
|
||||
public Long getResourceListId()
|
||||
{
|
||||
return resourceListId;
|
||||
}
|
||||
|
||||
public void setResourceListId(Long resourceListId)
|
||||
{
|
||||
this.resourceListId = resourceListId;
|
||||
}
|
||||
|
||||
public String getSpecName()
|
||||
{
|
||||
return specName;
|
||||
}
|
||||
|
||||
public void setSpecName(String specName)
|
||||
{
|
||||
this.specName = specName;
|
||||
}
|
||||
|
||||
public String getProductId()
|
||||
{
|
||||
return productId;
|
||||
|
||||
Reference in New Issue
Block a user