baoshiwei
2025-03-12 3c2c87364b89de46d12e95abd5bdf8cbd2c6dbf6
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 {};
}