All Downloads are FREE. Search and download functionalities are using the official Maven repository.

business-sql.select_refund.sql Maven / Gradle / Ivy

There is a newer version: 2.1.11
Show newest version
SELECT type_code    as typeCode,
       order_id     AS orderId,
       pay_id       AS payId,
       refund_price as refundPrice,
       refund_id    as refundId,
       order_by     as orderBy,
       create_time  as createTime,
       update_time  as updateTime,
       status       as status
FROM matrix_business_refund




© 2015 - 2024 Weber Informatics LLC | Privacy Policy