退库管理取消退库

This commit is contained in:
2025-06-28 15:29:04 +08:00
parent 218734592f
commit 08f638b691
6 changed files with 53 additions and 1 deletions

View File

@@ -82,4 +82,9 @@ public class SysOaWarehouseMasterVo {
private Date nearestEndTime;
private Integer returnType;
/**
* 日志操作次数
*/
private Integer logCount;
}