This commit is contained in:
77
2024-04-02 00:58:54 +08:00
parent aff7c23d6e
commit 6b8361a170
4 changed files with 8 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ public class PayOrderInfoDTO {
private String body;
private String subject;
private BigDecimal price;
private String orderNo;
public String getPriceFenStr(){
return NumberUtil.mul(price,100).longValue()+"";