mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-12 16:50:35 +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; }
|
|
}
|
|
}
|