chenlu
9 天以前 25cc86fd8a2fb3b2bb6b385cba0adaf89ff3dcdc
north-glass-erp/src/main/java/com/example/erp/mapper/sd/OrderOtherMoneyMapper.java
@@ -10,4 +10,6 @@
public interface OrderOtherMoneyMapper extends BaseMapper<OrderOtherMoney> {
    List<OrderOtherMoney> findById(String orderId);
    Double selectGrossAmount(String orderId);
}