ningshuxia
2024-05-27 f51ccee7e76f598c1f718190d216f96b5ea1ca46
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace Yw.Application
{
    /// <summary>
    /// SoftRegister
    /// </summary>
    [Route("Auth/Soft/Register/Std")]
    [ApiDescriptionSettings("Auth", Name = "软件注册(Std)", Order = 4690)]
    public class SoftRegister_StdController : IDynamicApiController
    {
 
 
 
 
    }
}