using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace SA.Entity.zxdcrm_audit_Models
{
///
///
///
[SugarTable("company_wechat_chat")]
public class company_wechat_chat
{
///
///
///
[SugarColumn(ColumnName="resid" )]
public string resid { get; set; } ="";
///
///
///
[SugarColumn(ColumnName="count" )]
public decimal? count { get; set; }
///
///
///
[SugarColumn(ColumnName="minmsgtime" )]
public DateTime? minmsgtime { get; set; }
}
}