新增获取人的方法

This commit is contained in:
zhangchenbiao
2024-04-19 14:58:32 +08:00
parent 8e4fd755c3
commit 36a7365811
4 changed files with 19 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ public enum ShopStageEnum {
//1选址 2筹建 3开业
SHOP_STAGE_1(1, "选址"),
SHOP_STAGE_2(2, "筹建"),
SHOP_STAGE_3(3, "开业"),
SHOP_STAGE_3(3, "开业验收"),
SHOP_STAGE_4(4, "新店开业"),
;
//店铺阶段