using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace SA.Entity.zxdcrm_Models
{
///
///
///
[SugarTable("cms_news")]
public partial class CmsNews
{
public CmsNews(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public int Id {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? NewsType {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? Title {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? Content {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Status {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? CreateUser {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? CreateUserName {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? CTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? Att {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? Remark {get;set;}
///
/// Desc:审核时间
/// Default:
/// Nullable:True
///
public DateTime? StatusTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? Auditer {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? AuditerName {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string? AuditRemark {get;set;}
///
/// Desc:事业部编码
/// Default:
/// Nullable:False
///
[SugarColumn(ColumnName="deptcode")]
public string Deptcode {get;set;}
///
/// Desc:审核图片
/// Default:
/// Nullable:True
///
public string? AuditImg1 {get;set;}
///
/// Desc:审核图片
/// Default:
/// Nullable:True
///
public string? AuditImg2 {get;set;}
///
/// Desc:审核图片
/// Default:
/// Nullable:True
///
public string? AuditImg3 {get;set;}
///
/// Desc:审核图片
/// Default:
/// Nullable:True
///
public string? AuditImg4 {get;set;}
///
/// Desc:审核图片
/// Default:
/// Nullable:True
///
public string? AuditImg5 {get;set;}
///
/// Desc:审核图片
/// Default:
/// Nullable:True
///
public string? AuditImg6 {get;set;}
///
/// Desc:事业部编码
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public string Companycode {get;set;}
}
}