namespace DBEntitys
{
///
///
///
public class MailTabDBEntity
{
///
///
///
public System.String weiyima { get; set; }
///
///
///
public System.Int32 send_id { get; set; }
///
///
///
public System.String send_name { get; set; }
///
///
///
public System.Int32 send_type { get; set; }
///
///
///
public System.Int32 receive_id { get; set; }
///
///
///
public System.Int32 receive_type { get; set; }
///
///
///
public System.String title { get; set; }
///
///
///
public System.String eml_content { get; set; }
///
///
///
public System.String res { get; set; }
///
///
///
public System.DateTime send_time { get; set; }
///
///
///
public System.Int32 mail_state { get; set; }
///
///
///
public System.DateTime? read_time { get; set; }
}
}