人机交互页面

This commit is contained in:
quowingwang
2025-12-11 15:52:39 +08:00
parent 9b1df66b9f
commit 0627546d79
8 changed files with 65 additions and 4 deletions

View File

@@ -31,4 +31,10 @@
public int Status { get; set; }
public long DeptId { get; set; }
}
public class UserPullDownDto
{
public string label { get; set; }
public string value { get; set; }
}
}