提交 85f68fd0 作者: zhenjie

单位添加修改

上级 17531de9
...@@ -32,14 +32,14 @@ public class CompanyInfoVO implements Serializable { ...@@ -32,14 +32,14 @@ public class CompanyInfoVO implements Serializable {
private String companyName; private String companyName;
@ApiModelProperty(value = "单位全称", example = "浙江科比特创新科技有限公司") @ApiModelProperty(value = "单位全称", example = "浙江科比特创新科技有限公司")
private String fullName; private String fullName;
@ApiModelProperty(value = "省份名称", example = "广东省") @ApiModelProperty(value = "省份名称", example = "广东省", hidden = true)
@NotNull(message = "省份名称不能为空", groups = {Insert.class}) @NotNull(message = "省份名称不能为空")
private String province; private String province;
@ApiModelProperty(value = "城市名称", example = "深圳市") @ApiModelProperty(value = "城市名称", example = "深圳市", hidden = true)
@NotNull(message = "城市名称不能为空", groups = {Insert.class}) @NotNull(message = "城市名称不能为空")
private String city; private String city;
@ApiModelProperty(value = "县区名称", example = "南山区") @ApiModelProperty(value = "县区名称", example = "南山区", hidden = true)
@NotNull(message = "县区名称不能为空", groups = {Insert.class}) @NotNull(message = "县区名称不能为空")
private String district; private String district;
@ApiModelProperty(value = "详细地址", example = "西丽街道万科云城国际创新谷6栋") @ApiModelProperty(value = "详细地址", example = "西丽街道万科云城国际创新谷6栋")
@NotNull(message = "详细地址不能为空", groups = {Insert.class}) @NotNull(message = "详细地址不能为空", groups = {Insert.class})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论