Files

10 lines
208 B
C#
Raw Permalink Normal View History

2025-11-04 21:09:16 +08:00
namespace DouyinApi.Model.Systems.DataBase;
public class EditTableInput
{
public string ConfigId { get; set; }
public string TableName { get; set; }
public string Description { get; set; }
}