Merge remote-tracking branch 'master/master'

This commit is contained in:
Putoo
2026-07-04 18:07:47 +08:00
7 changed files with 247 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
using Microsoft.AspNetCore.Mvc;
namespace Application.Web
{
public class MakePractiseParms
{
public string par { get; set; }
}
}