using SqlSugar;
using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.Models
{
[SugarTable("D_MyHistoryInfo", "WMBLOG_MYSQL")]
public class D_MyHistoryInfo : EntityModel
{
public int CustomerId { get; set; }
///
/// 记录Id
///
public int UId { get; set; }
///
///
///
public int Type { get; set; }
}
}