namespace WePlatform.BaseSystem.AttachFile.Dto { public class QueryAttachDto { public string TableName { get; set; } public string ColName { get; set; } public string Key { get; set; } } }