feat : sts

This commit is contained in:
2025-05-15 15:26:01 +08:00
parent e7ee489576
commit 636289c211
2 changed files with 4 additions and 1 deletions

View File

@@ -10,4 +10,6 @@ class CategoryCode
CONST int DISH = 1;
CONST int STAPLE = 2;
CONST int EXTRA_STAPLE = 3;
CONST int SOUP = 5;
}