feat : config

This commit is contained in:
2025-03-20 16:29:59 +08:00
parent 7be642f104
commit 66632af855
8 changed files with 138 additions and 2 deletions

View File

@@ -27,4 +27,10 @@ class GoodCode
*/
CONST INT LISTING = 1;
CONST INT DELIST = 2;
/**
* @var int 加主食 1=是 2=否
*/
CONST INT IS_ADD_STAPLE_FOOD = 1;
CONST INT IS_NOT_ADD_STAPLE_FOOD = 2;
}