仓库管理:库位:update

This commit is contained in:
qianhao.xu
2024-03-23 14:31:50 +08:00
parent f7eb497570
commit 1272af5989
23 changed files with 294 additions and 30 deletions

View File

@@ -54,5 +54,9 @@
/// 清空数据
/// </summary>
CLEAN = 9,
/// <summary>
/// 查询
/// </summary>
QUERY = 10,
}
}