wxw
2024-08-30 d9e59ed2e947aff29b7c21a9b0e8b6e12d741692
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";
}