feat:material_application

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-06 18:13:20 +08:00
parent c0dffe3dc7
commit 575fe86aa6
6 changed files with 214 additions and 0 deletions

View File

@@ -26,4 +26,14 @@ class MaterialCode extends AbstractConstants
*/
const int DISABLE = 2;
const int UN_AUDIT = 1;
const int AUDITED = 2;
const int AUDIT_REFUSE = 3;
const int PART_OUT = 4;
const int ALL_OUT = 5;
}