提交代码

This commit is contained in:
2024-12-25 15:43:38 +08:00
parent 0a2f9ea3a7
commit c0b489aaf4
79 changed files with 8536 additions and 1546 deletions
+4
View File
@@ -397,6 +397,10 @@ namespace BLL
/// 穿透界面Referer白名单
/// </summary>
public const string Group_SafeReferer = "SafeReferer";
/// <summary>
/// 项目细分状态
/// </summary>
public const string GroupId_ProjectState = "ProjectState";
#endregion
}
}