fgd 1 年之前
父节点
当前提交
047557c6b3

+ 1 - 1
sd-business/src/main/java/com/sd/business/entity/board/vo/SkuSalesRegionRankingVo.java

@@ -20,7 +20,7 @@ public class SkuSalesRegionRankingVo {
      * 省份
      */
     @ColumnWidth(15)
-    @ExcelProperty(value = "省份", index = 1)
+    @ExcelProperty(value = "省份", index = 0)
     private String province;
 
     /**