Files
TechHelper/TechHelper.Client/Pages/Teacher/StudentCard.razor
SpecialX 0d19ec6bb6
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 6s
更新班级和学生相关功能
2025-09-12 11:31:50 +08:00

15 lines
118 B
Plaintext

@using Entities.DTO
<h3>StudentCard</h3>
@code {
[Parameter]
public StudentDto StudentDto{ get; set; }
}