继续完善保险项目和养殖端小程序

This commit is contained in:
xuqiuyun
2025-09-29 18:35:03 +08:00
parent 4af8368097
commit 4e8d4dc92d
192 changed files with 4886 additions and 35384 deletions

View File

@@ -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