using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace SA.Entity.zxdcrm_Models
{
///
///
///
[SugarTable("lable_realtest_copy1")]
public partial class LableRealtestCopy1
{
public LableRealtestCopy1(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true,ColumnName="uid")]
public int Uid {get;set;}
///
/// Desc:标签
/// Default:
/// Nullable:True
///
[SugarColumn(ColumnName="lable")]
public long? Lable {get;set;}
}
}