chenlu
2025-07-28 a99c1f36e52c75e0020127c62d39c1eddae4a036
north-glass-erp/src/main/java/com/example/erp/mapper/sd/OrderOtherMoneyMapper.java
@@ -4,6 +4,12 @@
import com.example.erp.entity.sd.OrderOtherMoney;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface OrderOtherMoneyMapper extends BaseMapper<OrderOtherMoney> {
    List<OrderOtherMoney> findById(String orderId);
    Double selectGrossAmount(String orderId);
}