export class EventConstant{ // 添加食谱至食谱周计划中 static readonly ADD_RECIPE_TO_WEEKLY_PLAN: string = "ADD_RECIPE_TO_WEEKLY_PLAN"; }