flow finished need to test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user