feat():增加了客户接口

master
Cui YongXing 2024-08-04 10:03:50 +08:00
parent 0192c67fbe
commit ed1061196d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class CustomerOrderPaySimpleResp {
/** /**
* *
*/ */
@Schema(name = "支付金额",description = "支付金额",type = "String",defaultValue = "llffasd31231223") @Schema(name = "支付单号",description = "支付单号",type = "String",defaultValue = "llffasd31231223")
private String payOrderNumber; private String payOrderNumber;
/** /**