add 付费资源

This commit is contained in:
王鹏
2025-12-05 14:18:36 +08:00
parent de0fea0dbd
commit c390e4a033
8 changed files with 124 additions and 19 deletions

View File

@@ -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;
}
}