fix:rest接口规范

This commit is contained in:
wangff
2025-11-18 16:59:10 +08:00
parent 7703e4ef09
commit 9ae993c248
3 changed files with 7 additions and 4 deletions

View File

@@ -69,4 +69,6 @@ public class AccountInfoDTO {
@ApiModelProperty(value = "是否签约人账户 0 否 1 是", required = true)
private Integer isLegal;
@ApiModelProperty("工商类型 1.企业 2.个体工商户 3.小微商户(自然人)")
private Integer businessType;
}