|
|
@@ -22,7 +22,7 @@ public class CodeConfig implements Serializable { |
|
|
private Integer codeRepoVis; |
|
|
private Integer codeRepoVis; |
|
|
|
|
|
|
|
|
@ApiModelProperty(name = "is_public", value = "1-公开,0-私有)") |
|
|
@ApiModelProperty(name = "is_public", value = "1-公开,0-私有)") |
|
|
private Integer isPublic; |
|
|
|
|
|
|
|
|
private Boolean isPublic; |
|
|
|
|
|
|
|
|
@ApiModelProperty(name = "git_url", value = "Git地址") |
|
|
@ApiModelProperty(name = "git_url", value = "Git地址") |
|
|
private String gitUrl; |
|
|
private String gitUrl; |
|
|
|