修改会员点单信息

This commit is contained in:
2024-09-29 10:42:32 +08:00
parent 4c56736535
commit 1fa1921735
2 changed files with 3 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ public class CreateOrderDTO {
private Integer orderId;
@NotEmpty
private String useType;
private String vipUserId;
}