feat:depot_purchase

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-13 10:48:55 +08:00
parent ac3b9a5692
commit 5b4eef5675
3 changed files with 12 additions and 2 deletions

View File

@@ -14,4 +14,11 @@ class DepotCode extends AbstractConstants
const int IS_NO_DEL = 1;
const int IS_DEL = 2;
/***
* @var int 1=已入库 2=已出库
*/
const INT INPUT = 1;
const INT OUTPUT = 2;
}