liudl
2025-01-16 f79859bfe38baab95b9193aeccca51f72dd6e1fe
1
2
3
4
5
6
7
8
9
10
11
12
 
namespace WCS.Application;
/// <summary>
/// 业务应用相关常量
/// </summary>
public class ApplicationConst
{
    /// <summary>
    /// API分组名称
    /// </summary>
    public const string GroupName = "WCS";
}