feat:businessType

This commit is contained in:
苏竹红
2025-12-09 18:33:36 +08:00
parent 527be5e13d
commit c6310e7a96

View File

@@ -48,4 +48,7 @@ public class AccountInfoVO {
@ApiModelProperty("失败原因(仅网商在创建失败或激活失败时返回)")
private String errMsg;
@ApiModelProperty("工商类型 1.企业 2.个体工商户 3.小微商户(自然人)")
private Integer businessType;
}