Browse Source

优化

pull/221/head
chenzhihang 9 months ago
parent
commit
8b04d60f42
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/domain/CodeConfig.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/domain/CodeConfig.java View File

@@ -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;


Loading…
Cancel
Save