Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenApiCompanylistOperationController ¶
type OpenApiCompanylistOperationController struct {
controllers.CommonController
}
func (*OpenApiCompanylistOperationController) AddCompanylistInfo ¶
func (this *OpenApiCompanylistOperationController) AddCompanylistInfo()
@Title 添加公司 @Summary 添加公司 @Param source raw string true `请求来源erp传erp` @Param name raw string true `公司名称` @router /add_companylist_info [post]
func (*OpenApiCompanylistOperationController) DeleteCompanylistInfo ¶
func (this *OpenApiCompanylistOperationController) DeleteCompanylistInfo()
@Title 删除公司 @Summary 删除公司 @Param source raw string true `请求来源erp传erp` @Param id raw string true `公司名称` @router /delete_companylist_info [post]
func (*OpenApiCompanylistOperationController) EditCompanylistInfo ¶
func (this *OpenApiCompanylistOperationController) EditCompanylistInfo()
@Title 修改公司 @Summary 修改公司 @Param source raw string true `请求来源erp传erp` @Param id raw string true `公司id` @Param name raw string true `公司名称` @router /edit_companylist_info [post]
func (*OpenApiCompanylistOperationController) QueryCompanylistInfo ¶
func (this *OpenApiCompanylistOperationController) QueryCompanylistInfo()
@Title 查询公司 @Summary 查询公司 @Param source raw string true `请求来源erp传erp` @Param page raw string true `页数` @Param per_page raw string true `每页几条` @router /query_companylist_info [post]