mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
9 lines
160 B
C#
9 lines
160 B
C#
namespace Demo
|
|
{
|
|
public class ShoujiViewDto
|
|
{
|
|
public string shouji_guid { get; set; }
|
|
public string xuqin_name { get; set; }
|
|
}
|
|
}
|