Commit 35d40109 by guojuxing

添加日志操作

parent c00df95c
......@@ -66,9 +66,9 @@ public interface InvoiceManageApiService {
* @Description:

 * @author guojuxing
* @param invoiceManageId

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

* @return com.gic.api.base.commons.ServiceResponse<java.lang.String>
 返回日志操作对象

 */
ServiceResponse<Void> cancelInvoice(Integer invoiceManageId);
ServiceResponse<String> cancelInvoice(Integer invoiceManageId);
/**
* 分页查询发票管理列表
......
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