This commit is contained in:
2024-12-16 15:12:35 +08:00
parent 3c99ff16c6
commit 37e6f29a33
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class OrderRespVO {
* 微信openId
*/
@ApiModelProperty("微信openId")
private Long openId;
private String openId;
/**
* 价格
*/