改字段名

This commit is contained in:
2023-04-24 16:57:53 +08:00
parent 83350bf3c1
commit ca15917996
9 changed files with 365 additions and 257 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.BasicData.Entitys
{
public class ElementSelectDto
{
public string label { get; set; }
public string value { get; set; }
}
}