This commit is contained in:
77
2024-11-25 18:09:52 +08:00
parent ab685878b7
commit fa1d6df347
16 changed files with 542 additions and 111 deletions

View File

@@ -11,6 +11,8 @@ public class PayOrderInfoDTO {
private String subject;
private BigDecimal price;
private String orderNo;
private String appid;
private String platformType;
public String getPriceFenStr(){
return NumberUtil.mul(price,100).longValue()+"";