using DapperExtensions;
|
using System;
|
|
namespace FineAdmin.Model
|
{
|
/// <summary>
|
/// 下行记录表
|
/// </summary>
|
[Table("LG_SM_20210514")]
|
public class Lg_Sm
|
{
|
private string _Ap_Mid;//消息ID
|
private int _Ap_Id;//AP
|
private int _Op_Id;
|
private int _Op_Group_Id;
|
private string _Sp_Id;
|
private string _Client_Id;
|
private int _Strategy_Id;
|
private string _Access_Code;
|
private string _Ext_No;
|
private string _Mobile;
|
private int _Mobile_Type;
|
private int _Pk_Total;
|
private int _Pk_Number;
|
private int _Tppid;
|
private int _Tpudhi;
|
private int _Priority;//权重
|
private int _Rd_Flag;
|
private int _Msg_Format;//编码
|
private int _Msg_Length;//长度
|
private string _Msg_Content;//内容
|
private int _Ap_Result;
|
private DateTime _Ap_Submit_Time;
|
private int _Op_Result;
|
private string _Op_Mid;
|
private DateTime _Op_Submit_Time;
|
private DateTime _Op_Deliver_Time;
|
private string _Stat;
|
private int _Auditing_Status;
|
private int _Auditing_Mode;
|
private int _Deduct_Percent;
|
private string _Hash_Code;
|
private int _Price;
|
private int _Ap_Fee_Count;
|
private int _Op_Fee_Count;
|
private string _Ext_Params;
|
private int _Status;
|
private int _Mcpm;
|
private DateTime _Create_Time;
|
private int _Ap_Price;
|
private int _Op_Price;
|
private string _Rep;
|
private string _Access_Code_Real;
|
|
public string Ap_Mid { get => _Ap_Mid; set => _Ap_Mid = value; }
|
public int Ap_Id { get => _Ap_Id; set => _Ap_Id = value; }
|
public int Op_Id { get => _Op_Id; set => _Op_Id = value; }
|
public int Op_Group_Id { get => _Op_Group_Id; set => _Op_Group_Id = value; }
|
public string Sp_Id { get => _Sp_Id; set => _Sp_Id = value; }
|
public string Client_Id { get => _Client_Id; set => _Client_Id = value; }
|
public int Strategy_Id { get => _Strategy_Id; set => _Strategy_Id = value; }
|
public string Access_Code { get => _Access_Code; set => _Access_Code = value; }
|
public string Ext_No { get => _Ext_No; set => _Ext_No = value; }
|
public string Mobile { get => _Mobile; set => _Mobile = value; }
|
public int Mobile_Type { get => _Mobile_Type; set => _Mobile_Type = value; }
|
public int Pk_Total { get => _Pk_Total; set => _Pk_Total = value; }
|
public int Pk_Number { get => _Pk_Number; set => _Pk_Number = value; }
|
public int Tppid { get => _Tppid; set => _Tppid = value; }
|
public int Tpudhi { get => _Tpudhi; set => _Tpudhi = value; }
|
public int Priority { get => _Priority; set => _Priority = value; }
|
public int Rd_Flag { get => _Rd_Flag; set => _Rd_Flag = value; }
|
public int Msg_Format { get => _Msg_Format; set => _Msg_Format = value; }
|
public int Msg_Length { get => _Msg_Length; set => _Msg_Length = value; }
|
public string Msg_Content { get => _Msg_Content; set => _Msg_Content = value; }
|
public int Ap_Result { get => _Ap_Result; set => _Ap_Result = value; }
|
public DateTime Ap_Submit_Time { get => _Ap_Submit_Time; set => _Ap_Submit_Time = value; }
|
public int Op_Result { get => _Op_Result; set => _Op_Result = value; }
|
public string Op_Mid { get => _Op_Mid; set => _Op_Mid = value; }
|
public DateTime Op_Submit_Time { get => _Op_Submit_Time; set => _Op_Submit_Time = value; }
|
public DateTime Op_Deliver_Time { get => _Op_Deliver_Time; set => _Op_Deliver_Time = value; }
|
public string Stat { get => _Stat; set => _Stat = value; }
|
public int Auditing_Status { get => _Auditing_Status; set => _Auditing_Status = value; }
|
public int Auditing_Mode { get => _Auditing_Mode; set => _Auditing_Mode = value; }
|
public int Deduct_Percent { get => _Deduct_Percent; set => _Deduct_Percent = value; }
|
public string Hash_Code { get => _Hash_Code; set => _Hash_Code = value; }
|
public int Price { get => _Price; set => _Price = value; }
|
public int Ap_Fee_Count { get => _Ap_Fee_Count; set => _Ap_Fee_Count = value; }
|
public int Op_Fee_Count { get => _Op_Fee_Count; set => _Op_Fee_Count = value; }
|
public string Ext_Params { get => _Ext_Params; set => _Ext_Params = value; }
|
public int Status { get => _Status; set => _Status = value; }
|
public int Mcpm { get => _Mcpm; set => _Mcpm = value; }
|
public DateTime Create_Time { get => _Create_Time; set => _Create_Time = value; }
|
public int Ap_Price { get => _Ap_Price; set => _Ap_Price = value; }
|
public int Op_Price { get => _Op_Price; set => _Op_Price = value; }
|
public string Rep { get => _Rep; set => _Rep = value; }
|
public string Access_Code_Real { get => _Access_Code_Real; set => _Access_Code_Real = value; }
|
}
|
}
|