fix:rest接口规范
This commit is contained in:
@@ -69,4 +69,6 @@ public class AccountInfoDTO {
|
||||
@ApiModelProperty(value = "是否签约人账户 0 否 1 是", required = true)
|
||||
private Integer isLegal;
|
||||
|
||||
@ApiModelProperty("工商类型 1.企业 2.个体工商户 3.小微商户(自然人)")
|
||||
private Integer businessType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user