mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-10 23:57:59 +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; }
|
|||
|
}
|
|||
|
}
|