xiaoyong931011
2021-03-22 a8af2eb1e64f30be3e570e7abef0b66063f80a69
src/main/java/com/xcong/excoin/modules/systemSetting/entity/PlatformBannerEntity.java
@@ -45,4 +45,11 @@
    * 是否置顶 1-是2-否
    */
   private String isTop;
   /**
    * 是不是Banner图
    */
   private int isBanner;
}