疯狂的狮子Li
2024-06-03 a17211dc9666ba7f7d69d3e4cee9303516fe6ed2
ruoyi-common/ruoyi-common-excel/src/main/java/org/dromara/common/excel/annotation/CellMerge.java
@@ -21,4 +21,9 @@
    */
   int index() default -1;
    /**
     * 合并需要依赖的其他字段名称
     */
    String[] mergeBy() default {};
}