This commit is contained in:
鲨鱼
2025-01-06 21:57:57 +08:00
parent 25df074628
commit 210af1344e
6 changed files with 230 additions and 0 deletions

View File

@@ -17,4 +17,8 @@ public class PayOrderInfoDTO {
public String getPriceFenStr(){
return NumberUtil.mul(price,100).longValue()+"";
}
public String getPriceYuanStr(){
return price.toString();
}
}