@@ -26,6 +26,7 @@ public class ConnectIntroduceVO {
private Integer type;
@NotBlank(message = "请输入医院编码")
private String hosCode;
+ @CryptField
@ApiModelProperty(hidden = true)
private String uniqueName;