摘要:
https://ask.dcloud.net.cn/article/35416 阅读全文
posted @ 2023-08-02 22:33
路暝月
阅读(34)
评论(0)
推荐(0)
摘要:
1、BigDecimal 负数判断 BigDecimal bigDecimal = bprocurementOrderPojo.getPayableFee(); int num = bigDecimal.signum(); num是 -1, 0, 1,分别表示 负数、零、正数 2、和0比较 paym 阅读全文
posted @ 2023-08-02 18:28
路暝月
阅读(570)
评论(0)
推荐(0)