wangxinhui
2024-11-06 8f392cc88b0768b74efca3b68785cf5aa1c38e70
1
2
3
4
5
6
7
8
9
namespace WIDESEA_Entity.DomainModels.Sys
{
    public class TableColumnInfo
    {
        public string Prec_Scale { get; set; }
        public string ColumnType { get; set; }
        public string ColumnName { get; set; }
    }
}