This commit is contained in:
2024-07-26 18:07:13 +08:00
parent 275b781f48
commit 6521464900
3 changed files with 3 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ public class StockCountDTO {
private String unitName;
private Integer stockCount;
private Integer stockNumber;
private String specSnap;
}