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