- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ShwasherSys.BaseSysInfo.SysAttachFiles.Dto
- {
- public class QueryAttachDto
- {
- public string TableName { get; set; }
- public string ColName { get; set; }
- public string Key { get; set; }
- }
- }
|