Browse Source

http://192.168.0.21/index.php?m=bug&f=view&bugID=28066

lyhzzz 3 years ago
parent
commit
c69dd89ec9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/cdf/entity/Video.java

+ 1 - 1
src/main/java/com/cdf/entity/Video.java

@@ -41,7 +41,7 @@ public class Video implements Serializable {
     private String videoUrl;
 
     /**
-     * 显示状态 0显示,1显示
+     * 显示状态 0显示,1显示
      */
     @TableField("show_status")
     private Integer showStatus;