添加出库单位

This commit is contained in:
2025-07-30 11:35:12 +08:00
parent a6472e9984
commit 0c5488ba37
2 changed files with 4 additions and 0 deletions

View File

@@ -87,5 +87,8 @@ public class SysOaWarehouseMasterVo {
* 日志操作次数
*/
private Integer logCount;
//单位
@ExcelProperty(value = "单位")
private String unit;
}