feat:depot_purchase
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user