继续完善保险项目和养殖端小程序
This commit is contained in:
@@ -453,8 +453,8 @@ components:
|
||||
example: "针对牛羊等大型牲畜的综合保险产品"
|
||||
applicable_livestock:
|
||||
type: string
|
||||
description: 适用牲畜类型
|
||||
example: "牛、羊"
|
||||
description: 适用牲畜类型,多个类型用逗号分隔。前端可发送数组,后端会自动转换为字符串存储
|
||||
example: "牛,羊,猪"
|
||||
maxLength: 100
|
||||
insurance_term:
|
||||
type: integer
|
||||
@@ -530,8 +530,8 @@ components:
|
||||
example: "针对牛羊等大型牲畜的综合保险产品"
|
||||
applicable_livestock:
|
||||
type: string
|
||||
description: 适用牲畜类型
|
||||
example: "牛、羊"
|
||||
description: 适用牲畜类型,多个类型用逗号分隔。前端可发送数组,后端会自动转换为字符串存储
|
||||
example: "牛,羊,猪"
|
||||
maxLength: 100
|
||||
insurance_term:
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user