摘要:var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddCors(options => { options.AddPolicy("any", bui
阅读全文
posted @ 2024-03-22 20:14
|
|||
03 2024 档案
摘要:var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.AddCors(options => { options.AddPolicy("any", bui
阅读全文
posted @ 2024-03-22 20:14
摘要:--定义参数 declare @Row_LevelIndex int declare @Row_UserID int declare @Row_MemberRight int declare @Row_CaptainID int declare @Row_Score decimal(18,2) de
阅读全文
posted @ 2024-03-21 11:36
|
|||