Commit 7771bc28 by guojuxing

添加取消开票接口

parent 7e3c4409
......@@ -89,4 +89,14 @@ public interface InvoiceManageApiService {

 */
ServiceResponse<InvoiceManageDTO> getById(Integer invoiceManageId);
/**
* 应用市场取消开票
* @Title: cancelInvoiceForApp

* @Description:

 * @author guojuxing
* @param initiator

* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>


 */
ServiceResponse<Void> cancelInvoiceForApp(String initiator);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment