|
@@ -8,6 +8,7 @@ import (
|
|
|
"hongze/hongze_mobile_admin/utils"
|
|
|
)
|
|
|
|
|
|
+//客户合同模块
|
|
|
type ContractCommon struct {
|
|
|
BaseAuth
|
|
|
}
|
|
@@ -17,7 +18,7 @@ type ContractCommon struct {
|
|
|
// @Param CompanyId query int true "客户ID"
|
|
|
// @Param CompanyContractId query int true "合同id"
|
|
|
// @Success 200 {object} company_contract.CompanyContractDetail
|
|
|
-// @router /contract/detail [get]
|
|
|
+// @router /detail [get]
|
|
|
func (this *ContractCommon) ApplyContractDetail() {
|
|
|
sysUser := this.AdminWx
|
|
|
|