refactor: ♻️ curdModule 新增Edit方案

[skip ci]
This commit is contained in:
tk
2024-12-06 17:13:54 +08:00
committed by nsnail
parent 4228bd5c32
commit c2a2b27afd
129 changed files with 267 additions and 431 deletions

View File

@@ -81,16 +81,6 @@ public class JobTests(WebTestApplicationFactory<Startup> factory, ITestOutputHel
Assert.True(rsp.IsSuccessStatusCode);
}
/// <inheritdoc />
[InlineData(default)]
[Theory]
public async Task<bool> ExistAsync(QueryReq<QueryJobReq> req)
{
var rsp = await PostJsonAsync(typeof(JobController), req);
Assert.True(rsp.IsSuccessStatusCode);
return default;
}
/// <inheritdoc />
[InlineData(default)]
[Theory]