Explorar el Código

update

add_mode
DengBiao hace 1 año
padre
commit
8043d5a4d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/admin/md/md_company.go

+ 1
- 1
app/admin/md/md_company.go Ver fichero

@@ -11,7 +11,7 @@ type CompanyUpdateReq struct {
Id int `json:"id" binding:"required" label:"公司id"`
State int32 `json:"state" label:"状态"`
Name string `json:"name" binding:"required" label:"名称"`
Memo string `json:"memo" binding:"required" label:"备注"`
Memo string `json:"memo" label:"备注"`
LeadName string `json:"lead_name" label:"负责人姓名"`
LeadPhone string `json:"lead_phone" label:"负责人手机号"`
}

Cargando…
Cancelar
Guardar