using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace DocumentServiceAPI.Model.cyDocumentModel
{
///
///
///
[SugarTable("Document_AdviseInfo")]
public partial class Document_AdviseInfo
{
public Document_AdviseInfo(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public int Id {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? ProjectId {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
public int? IsAdvise {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AdvicePerson {get;set;}
///
/// Desc:
/// Default:0
/// Nullable:True
///
public int? IsAdviceBack {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AdviceBackMethod {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AdviseReceiveUnit {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AdviseCCUnits {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string FilePath {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string FilePathVerisonNo {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? FilePathSize {get;set;}
///
/// Desc:
/// Default:
/// Nullable:False
///
public int UnitId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? LastUpdateTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string LastUpdateName {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? AdviseFlag {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? UserId {get;set;}
}
}