10 lines
208 B
C#
10 lines
208 B
C#
namespace DouyinApi.Model.Systems.DataBase;
|
|
|
|
public class EditTableInput
|
|
{
|
|
public string ConfigId { get; set; }
|
|
|
|
public string TableName { get; set; }
|
|
|
|
public string Description { get; set; }
|
|
} |