浪淘沙2年前346
/// <summary> /// 根据学校读取支付科次 /// </summary> /// <returns>&l...
浪淘沙2年前383
网站根目录新建:hosting.json输入:{ "urls": "http://localhost:5002" }...
浪淘沙2年前393
根目录下,添加.editorconfig并写入[*.cshtml.cs] charset = utf-8已生成的文件另存为 utf-8格式...
浪淘沙2年前435
private readonly SqlSugar.ISqlSugarClient _db;  ...
浪淘沙2年前394
#region 保存反馈回复 /// <summary> /// 保存反馈回复 /// <...
浪淘沙2年前392
public async Task<IActionResult> OnPostDown() {  ...
浪淘沙2年前391
public async Task<IActionResult> OnPostAsync() { &nbs...
浪淘沙2年前381
var dt = _db.SqlQueryable<object>("select * fr...