Commit 59efe7f1 by guojuxing

发票管理接口

parent 0609214b
......@@ -41,6 +41,16 @@ public interface InvoiceAccountApiService {

 */
ServiceResponse<Void> enable(Integer id);
/**
* 关闭
* @Title: enable

* @Description:

 * @author guojuxing
* @param id

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


 */
ServiceResponse<Void> disable(Integer id);
/**
* 详情
......
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