init
This commit is contained in:
10
DouyinApi.Model/Systems/DataBase/EditTableInput.cs
Normal file
10
DouyinApi.Model/Systems/DataBase/EditTableInput.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DouyinApi.Model.Systems.DataBase;
|
||||
|
||||
public class EditTableInput
|
||||
{
|
||||
public string ConfigId { get; set; }
|
||||
|
||||
public string TableName { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user