完善系统

This commit is contained in:
2025-07-23 16:44:27 +08:00
parent 2d3cb0845c
commit f2b3858310
23 changed files with 364 additions and 38 deletions

View File

@ -206,6 +206,10 @@ public class ExcelUtil<T>
this.clazz = clazz;
}
public Workbook getWb(){
return wb;
}
/**
* 仅在Excel中显示列属性
*