356 lines
11 KiB
C#
356 lines
11 KiB
C#
using System.Runtime.Serialization;
|
|
|
|
namespace SuperMap.RealEstate.ExchangeData.Interface
|
|
{
|
|
#region T_ENDACCOUNT IENDACCOUNT 接口
|
|
/// <summary>
|
|
/// T_ENDACCOUNT 接口
|
|
/// </summary>
|
|
public interface IENDACCOUNT
|
|
{
|
|
/// <summary>
|
|
/// ENDACCOUNT_ID
|
|
/// </summary>
|
|
System.Int32? ENDACCOUNT_ID { get; set; }
|
|
/// <summary>
|
|
/// ENDACCOUNT_ID 的加密字符串
|
|
/// </summary>
|
|
string ENDACCOUNT_ID_Encrypt { get; set; }
|
|
/// <summary>
|
|
/// ENDACCOUNT_STARTDATE
|
|
/// </summary>
|
|
System.DateTime? ENDACCOUNT_STARTDATE { get; set; }
|
|
/// <summary>
|
|
/// ENDACCOUNT_DATE
|
|
/// </summary>
|
|
System.DateTime? ENDACCOUNT_DATE { get; set; }
|
|
/// <summary>
|
|
/// SERVERPARTCODE
|
|
/// </summary>
|
|
System.String SERVERPARTCODE { get; set; }
|
|
/// <summary>
|
|
/// SHOPCODE
|
|
/// </summary>
|
|
System.String SHOPCODE { get; set; }
|
|
/// <summary>
|
|
/// MACHINECODE
|
|
/// </summary>
|
|
System.String MACHINECODE { get; set; }
|
|
/// <summary>
|
|
/// ENDPERSONCODE
|
|
/// </summary>
|
|
System.String ENDPERSONCODE { get; set; }
|
|
/// <summary>
|
|
/// TICKETCOUNT
|
|
/// </summary>
|
|
System.Int64? TICKETCOUNT { get; set; }
|
|
/// <summary>
|
|
/// TOTALCOUNT
|
|
/// </summary>
|
|
System.Double? TOTALCOUNT { get; set; }
|
|
/// <summary>
|
|
/// TOTALSELLAMOUNT
|
|
/// </summary>
|
|
System.Double? TOTALSELLAMOUNT { get; set; }
|
|
/// <summary>
|
|
/// TOTALOFFAMOUNT
|
|
/// </summary>
|
|
System.Double? TOTALOFFAMOUNT { get; set; }
|
|
/// <summary>
|
|
/// CASH
|
|
/// </summary>
|
|
System.Double? CASH { get; set; }
|
|
/// <summary>
|
|
/// CREDITCARD
|
|
/// </summary>
|
|
System.Double? CREDITCARD { get; set; }
|
|
/// <summary>
|
|
/// TICKETBILL
|
|
/// </summary>
|
|
System.Double? TICKETBILL { get; set; }
|
|
/// <summary>
|
|
/// VIPPERSON
|
|
/// </summary>
|
|
System.Double? VIPPERSON { get; set; }
|
|
/// <summary>
|
|
/// COSTBILL
|
|
/// </summary>
|
|
System.Double? COSTBILL { get; set; }
|
|
/// <summary>
|
|
/// OTHERPAY
|
|
/// </summary>
|
|
System.Double? OTHERPAY { get; set; }
|
|
/// <summary>
|
|
/// CASHPAY
|
|
/// </summary>
|
|
System.Double? CASHPAY { get; set; }
|
|
/// <summary>
|
|
/// FLAG
|
|
/// </summary>
|
|
System.Int16? FLAG { get; set; }
|
|
}
|
|
#endregion
|
|
|
|
#region T_ENDACCOUNT IModifyENDACCOUNT 接口
|
|
/// <summary>
|
|
/// T_ENDACCOUNT 接口
|
|
/// </summary>
|
|
public interface IModifyENDACCOUNT
|
|
{
|
|
/// <summary>
|
|
/// ENDACCOUNT_ID 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_ENDACCOUNT_ID { get; set; }
|
|
/// <summary>
|
|
/// ENDACCOUNT_STARTDATE 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_ENDACCOUNT_STARTDATE { get; set; }
|
|
/// <summary>
|
|
/// ENDACCOUNT_DATE 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_ENDACCOUNT_DATE { get; set; }
|
|
/// <summary>
|
|
/// SERVERPARTCODE 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_SERVERPARTCODE { get; set; }
|
|
/// <summary>
|
|
/// SHOPCODE 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_SHOPCODE { get; set; }
|
|
/// <summary>
|
|
/// MACHINECODE 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_MACHINECODE { get; set; }
|
|
/// <summary>
|
|
/// ENDPERSONCODE 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_ENDPERSONCODE { get; set; }
|
|
/// <summary>
|
|
/// TICKETCOUNT 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_TICKETCOUNT { get; set; }
|
|
/// <summary>
|
|
/// TOTALCOUNT 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_TOTALCOUNT { get; set; }
|
|
/// <summary>
|
|
/// TOTALSELLAMOUNT 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_TOTALSELLAMOUNT { get; set; }
|
|
/// <summary>
|
|
/// TOTALOFFAMOUNT 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_TOTALOFFAMOUNT { get; set; }
|
|
/// <summary>
|
|
/// CASH 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_CASH { get; set; }
|
|
/// <summary>
|
|
/// CREDITCARD 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_CREDITCARD { get; set; }
|
|
/// <summary>
|
|
/// TICKETBILL 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_TICKETBILL { get; set; }
|
|
/// <summary>
|
|
/// VIPPERSON 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_VIPPERSON { get; set; }
|
|
/// <summary>
|
|
/// COSTBILL 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_COSTBILL { get; set; }
|
|
/// <summary>
|
|
/// OTHERPAY 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_OTHERPAY { get; set; }
|
|
/// <summary>
|
|
/// CASHPAY 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_CASHPAY { get; set; }
|
|
/// <summary>
|
|
/// FLAG 是否被修改,不建议直接对其赋值操作
|
|
/// </summary>
|
|
bool Modify_FLAG { get; set; }
|
|
}
|
|
#endregion
|
|
|
|
#region T_ENDACCOUNT 的表明、字段名、字段描述
|
|
/// <summary>
|
|
/// T_ENDACCOUNT_ 的字段类
|
|
/// </summary>
|
|
public class TableSchema_ENDACCOUNT
|
|
{
|
|
/// <summary>
|
|
/// 序列名 (用于Oracle主键)
|
|
/// </summary>
|
|
public const string SequenceName = "seq_endaccount";
|
|
/// <summary>
|
|
/// 表名
|
|
/// </summary>
|
|
public const string TableName = "T_ENDACCOUNT";
|
|
/// <summary>
|
|
/// 表注释
|
|
/// </summary>
|
|
public const string Comment_TableName = "";
|
|
/// <summary>
|
|
/// 主键
|
|
/// </summary>
|
|
public const string KeyFieldName = "ENDACCOUNT_ID";
|
|
/// <summary>
|
|
/// ENDACCOUNT_ID
|
|
/// </summary>
|
|
public const string ENDACCOUNT_ID = "ENDACCOUNT_ID";
|
|
/// <summary>
|
|
/// ENDACCOUNT_STARTDATE
|
|
/// </summary>
|
|
public const string ENDACCOUNT_STARTDATE = "ENDACCOUNT_STARTDATE";
|
|
/// <summary>
|
|
/// ENDACCOUNT_DATE
|
|
/// </summary>
|
|
public const string ENDACCOUNT_DATE = "ENDACCOUNT_DATE";
|
|
/// <summary>
|
|
/// SERVERPARTCODE
|
|
/// </summary>
|
|
public const string SERVERPARTCODE = "SERVERPARTCODE";
|
|
/// <summary>
|
|
/// SHOPCODE
|
|
/// </summary>
|
|
public const string SHOPCODE = "SHOPCODE";
|
|
/// <summary>
|
|
/// MACHINECODE
|
|
/// </summary>
|
|
public const string MACHINECODE = "MACHINECODE";
|
|
/// <summary>
|
|
/// ENDPERSONCODE
|
|
/// </summary>
|
|
public const string ENDPERSONCODE = "ENDPERSONCODE";
|
|
/// <summary>
|
|
/// TICKETCOUNT
|
|
/// </summary>
|
|
public const string TICKETCOUNT = "TICKETCOUNT";
|
|
/// <summary>
|
|
/// TOTALCOUNT
|
|
/// </summary>
|
|
public const string TOTALCOUNT = "TOTALCOUNT";
|
|
/// <summary>
|
|
/// TOTALSELLAMOUNT
|
|
/// </summary>
|
|
public const string TOTALSELLAMOUNT = "TOTALSELLAMOUNT";
|
|
/// <summary>
|
|
/// TOTALOFFAMOUNT
|
|
/// </summary>
|
|
public const string TOTALOFFAMOUNT = "TOTALOFFAMOUNT";
|
|
/// <summary>
|
|
/// CASH
|
|
/// </summary>
|
|
public const string CASH = "CASH";
|
|
/// <summary>
|
|
/// CREDITCARD
|
|
/// </summary>
|
|
public const string CREDITCARD = "CREDITCARD";
|
|
/// <summary>
|
|
/// TICKETBILL
|
|
/// </summary>
|
|
public const string TICKETBILL = "TICKETBILL";
|
|
/// <summary>
|
|
/// VIPPERSON
|
|
/// </summary>
|
|
public const string VIPPERSON = "VIPPERSON";
|
|
/// <summary>
|
|
/// COSTBILL
|
|
/// </summary>
|
|
public const string COSTBILL = "COSTBILL";
|
|
/// <summary>
|
|
/// OTHERPAY
|
|
/// </summary>
|
|
public const string OTHERPAY = "OTHERPAY";
|
|
/// <summary>
|
|
/// CASHPAY
|
|
/// </summary>
|
|
public const string CASHPAY = "CASHPAY";
|
|
/// <summary>
|
|
/// FLAG
|
|
/// </summary>
|
|
public const string FLAG = "FLAG";
|
|
/// <summary>
|
|
/// ENDACCOUNT_ID
|
|
/// </summary>
|
|
public const string Comment_ENDACCOUNT_ID = "ENDACCOUNT_ID";
|
|
/// <summary>
|
|
/// ENDACCOUNT_STARTDATE
|
|
/// </summary>
|
|
public const string Comment_ENDACCOUNT_STARTDATE = "ENDACCOUNT_STARTDATE";
|
|
/// <summary>
|
|
/// ENDACCOUNT_DATE
|
|
/// </summary>
|
|
public const string Comment_ENDACCOUNT_DATE = "ENDACCOUNT_DATE";
|
|
/// <summary>
|
|
/// SERVERPARTCODE
|
|
/// </summary>
|
|
public const string Comment_SERVERPARTCODE = "SERVERPARTCODE";
|
|
/// <summary>
|
|
/// SHOPCODE
|
|
/// </summary>
|
|
public const string Comment_SHOPCODE = "SHOPCODE";
|
|
/// <summary>
|
|
/// MACHINECODE
|
|
/// </summary>
|
|
public const string Comment_MACHINECODE = "MACHINECODE";
|
|
/// <summary>
|
|
/// ENDPERSONCODE
|
|
/// </summary>
|
|
public const string Comment_ENDPERSONCODE = "ENDPERSONCODE";
|
|
/// <summary>
|
|
/// TICKETCOUNT
|
|
/// </summary>
|
|
public const string Comment_TICKETCOUNT = "TICKETCOUNT";
|
|
/// <summary>
|
|
/// TOTALCOUNT
|
|
/// </summary>
|
|
public const string Comment_TOTALCOUNT = "TOTALCOUNT";
|
|
/// <summary>
|
|
/// TOTALSELLAMOUNT
|
|
/// </summary>
|
|
public const string Comment_TOTALSELLAMOUNT = "TOTALSELLAMOUNT";
|
|
/// <summary>
|
|
/// TOTALOFFAMOUNT
|
|
/// </summary>
|
|
public const string Comment_TOTALOFFAMOUNT = "TOTALOFFAMOUNT";
|
|
/// <summary>
|
|
/// CASH
|
|
/// </summary>
|
|
public const string Comment_CASH = "CASH";
|
|
/// <summary>
|
|
/// CREDITCARD
|
|
/// </summary>
|
|
public const string Comment_CREDITCARD = "CREDITCARD";
|
|
/// <summary>
|
|
/// TICKETBILL
|
|
/// </summary>
|
|
public const string Comment_TICKETBILL = "TICKETBILL";
|
|
/// <summary>
|
|
/// VIPPERSON
|
|
/// </summary>
|
|
public const string Comment_VIPPERSON = "VIPPERSON";
|
|
/// <summary>
|
|
/// COSTBILL
|
|
/// </summary>
|
|
public const string Comment_COSTBILL = "COSTBILL";
|
|
/// <summary>
|
|
/// OTHERPAY
|
|
/// </summary>
|
|
public const string Comment_OTHERPAY = "OTHERPAY";
|
|
/// <summary>
|
|
/// CASHPAY
|
|
/// </summary>
|
|
public const string Comment_CASHPAY = "CASHPAY";
|
|
/// <summary>
|
|
/// FLAG
|
|
/// </summary>
|
|
public const string Comment_FLAG = "FLAG";
|
|
}
|
|
#endregion
|
|
}
|