flow finished need to test

This commit is contained in:
Cauchy
2023-10-17 13:23:21 +08:00
parent c268fb185d
commit 99484c90e0
14 changed files with 120 additions and 70 deletions

View File

@@ -16,5 +16,5 @@ public interface ExpressFeeService extends IService<ExpressFee> {
* @param regionCode 地区代码
* @return BigDecimal 费用
*/
BigDecimal calculateExpressFee(String expressCompanyCode, int weight, String regionCode);
BigDecimal calculateExpressFee(String expressCompanyCode, BigDecimal weight, String regionCode);
}