修复bug

This commit is contained in:
2025-10-31 17:48:10 +08:00
parent 2283033b71
commit 41ee785cea
3 changed files with 1 additions and 9 deletions

View File

@@ -23,10 +23,6 @@ public class WmsStock extends BaseEntity {
*/
@TableId(value = "stock_id")
private Long stockId;
/**
* 仓库/库区/库位ID
*/
private Long warehouseId;
/**
* 物品类型raw_material/product
*/