add 付费资源
This commit is contained in:
@@ -19,6 +19,8 @@ public class CreateOrderReq {
|
||||
|
||||
private Long points;
|
||||
|
||||
private Long resourceId;
|
||||
|
||||
public Long getUserId() {
|
||||
return userId;
|
||||
}
|
||||
@@ -42,4 +44,12 @@ public class CreateOrderReq {
|
||||
public void setPoints(Long points) {
|
||||
this.points = points;
|
||||
}
|
||||
|
||||
public Long getResourceId() {
|
||||
return resourceId;
|
||||
}
|
||||
|
||||
public void setResourceId(Long resourceId) {
|
||||
this.resourceId = resourceId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user