2025-03-27 15:05:14 +08:00

340 lines
12 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System.Runtime.Serialization;
namespace SuperMap.RealEstate.ExchangeData.Interface
{
#region T_MOBILEPAYCONFIG IMOBILEPAYCONFIG
/// <summary>
/// T_MOBILEPAYCONFIG 接口
/// </summary>
public interface IMOBILEPAYCONFIG
{
/// <summary>
/// 商户编码
/// </summary>
System.String BUSINESS_CODE { get; set; }
/// <summary>
/// 台牌编号
/// </summary>
System.String TERM_CODE { get; set; }
/// <summary>
/// CONNECTSTRING
/// </summary>
System.String CONNECTSTRING { get; set; }
/// <summary>
/// CONNECTSTRINGBLD
/// </summary>
System.String CONNECTSTRINGBLD { get; set; }
/// <summary>
/// ORACLEHELPERSTRING
/// </summary>
System.String ORACLEHELPERSTRING { get; set; }
/// <summary>
/// ORACLEHELPERSTRINGSP
/// </summary>
System.String ORACLEHELPERSTRINGSP { get; set; }
/// <summary>
/// ORACLEHELPERSTRINGPS
/// </summary>
System.String ORACLEHELPERSTRINGPS { get; set; }
/// <summary>
/// 操作员内码
/// </summary>
System.Int32? STAFF_ID { get; set; }
/// <summary>
/// 操作名称
/// </summary>
System.String STAFF_NAME { get; set; }
/// <summary>
/// 操作时间
/// </summary>
System.DateTime? OPERATE_DATE { get; set; }
/// <summary>
/// 备注
/// </summary>
System.String MOBILEPAYCONFIGDESC { get; set; }
/// <summary>
/// 内码
/// </summary>
System.Int32? MOBILEPAYCONFIG_ID { get; set; }
/// <summary>
/// 内码 的加密字符串
/// </summary>
string MOBILEPAYCONFIG_ID_Encrypt { get; set; }
/// <summary>
/// 服务区内码
/// </summary>
System.Int32? SERVERPART_ID { get; set; }
/// <summary>
/// 服务区编码
/// </summary>
System.String SERVERPART_CODE { get; set; }
/// <summary>
/// 服务区名称
/// </summary>
System.String SERVERPART_NAME { get; set; }
/// <summary>
/// 数据类型(1:服务区总配置2:门店配置内容)
/// </summary>
System.Int16? MOBILEPAYCONFIG_TYPE { get; set; }
/// <summary>
/// 门店编码
/// </summary>
System.String SHOPCODE { get; set; }
/// <summary>
/// 门店名称
/// </summary>
System.String SHOPNAME { get; set; }
}
#endregion
#region T_MOBILEPAYCONFIG IModifyMOBILEPAYCONFIG
/// <summary>
/// T_MOBILEPAYCONFIG 接口
/// </summary>
public interface IModifyMOBILEPAYCONFIG
{
/// <summary>
/// 商户编码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_BUSINESS_CODE { get; set; }
/// <summary>
/// 台牌编号 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_TERM_CODE { get; set; }
/// <summary>
/// CONNECTSTRING 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_CONNECTSTRING { get; set; }
/// <summary>
/// CONNECTSTRINGBLD 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_CONNECTSTRINGBLD { get; set; }
/// <summary>
/// ORACLEHELPERSTRING 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_ORACLEHELPERSTRING { get; set; }
/// <summary>
/// ORACLEHELPERSTRINGSP 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_ORACLEHELPERSTRINGSP { get; set; }
/// <summary>
/// ORACLEHELPERSTRINGPS 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_ORACLEHELPERSTRINGPS { get; set; }
/// <summary>
/// 操作员内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_STAFF_ID { get; set; }
/// <summary>
/// 操作名称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_STAFF_NAME { get; set; }
/// <summary>
/// 操作时间 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_OPERATE_DATE { get; set; }
/// <summary>
/// 备注 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_MOBILEPAYCONFIGDESC { get; set; }
/// <summary>
/// 内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_MOBILEPAYCONFIG_ID { get; set; }
/// <summary>
/// 服务区内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SERVERPART_ID { get; set; }
/// <summary>
/// 服务区编码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SERVERPART_CODE { get; set; }
/// <summary>
/// 服务区名称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SERVERPART_NAME { get; set; }
/// <summary>
/// 数据类型(1:服务区总配置2:门店配置内容) 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_MOBILEPAYCONFIG_TYPE { get; set; }
/// <summary>
/// 门店编码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SHOPCODE { get; set; }
/// <summary>
/// 门店名称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SHOPNAME { get; set; }
}
#endregion
#region T_MOBILEPAYCONFIG
/// <summary>
/// T_MOBILEPAYCONFIG_移动支付配置表 的字段类
/// </summary>
public class TableSchema_MOBILEPAYCONFIG
{
/// <summary>
/// 序列名 (用于Oracle主键)
/// </summary>
public const string SequenceName = "seq_mobilepayconfig";
/// <summary>
/// 表名
/// </summary>
public const string TableName = "T_MOBILEPAYCONFIG";
/// <summary>
/// 表注释
/// </summary>
public const string Comment_TableName = "移动支付配置表";
/// <summary>
/// 主键
/// </summary>
public const string KeyFieldName = "MOBILEPAYCONFIG_ID";
/// <summary>
/// 商户编码
/// </summary>
public const string BUSINESS_CODE = "BUSINESS_CODE";
/// <summary>
/// 台牌编号
/// </summary>
public const string TERM_CODE = "TERM_CODE";
/// <summary>
/// CONNECTSTRING
/// </summary>
public const string CONNECTSTRING = "CONNECTSTRING";
/// <summary>
/// CONNECTSTRINGBLD
/// </summary>
public const string CONNECTSTRINGBLD = "CONNECTSTRINGBLD";
/// <summary>
/// ORACLEHELPERSTRING
/// </summary>
public const string ORACLEHELPERSTRING = "ORACLEHELPERSTRING";
/// <summary>
/// ORACLEHELPERSTRINGSP
/// </summary>
public const string ORACLEHELPERSTRINGSP = "ORACLEHELPERSTRINGSP";
/// <summary>
/// ORACLEHELPERSTRINGPS
/// </summary>
public const string ORACLEHELPERSTRINGPS = "ORACLEHELPERSTRINGPS";
/// <summary>
/// 操作员内码
/// </summary>
public const string STAFF_ID = "STAFF_ID";
/// <summary>
/// 操作名称
/// </summary>
public const string STAFF_NAME = "STAFF_NAME";
/// <summary>
/// 操作时间
/// </summary>
public const string OPERATE_DATE = "OPERATE_DATE";
/// <summary>
/// 备注
/// </summary>
public const string MOBILEPAYCONFIGDESC = "MOBILEPAYCONFIGDESC";
/// <summary>
/// 内码
/// </summary>
public const string MOBILEPAYCONFIG_ID = "MOBILEPAYCONFIG_ID";
/// <summary>
/// 服务区内码
/// </summary>
public const string SERVERPART_ID = "SERVERPART_ID";
/// <summary>
/// 服务区编码
/// </summary>
public const string SERVERPART_CODE = "SERVERPART_CODE";
/// <summary>
/// 服务区名称
/// </summary>
public const string SERVERPART_NAME = "SERVERPART_NAME";
/// <summary>
/// 数据类型(1:服务区总配置2:门店配置内容)
/// </summary>
public const string MOBILEPAYCONFIG_TYPE = "MOBILEPAYCONFIG_TYPE";
/// <summary>
/// 门店编码
/// </summary>
public const string SHOPCODE = "SHOPCODE";
/// <summary>
/// 门店名称
/// </summary>
public const string SHOPNAME = "SHOPNAME";
/// <summary>
/// 商户编码
/// </summary>
public const string Comment_BUSINESS_CODE = "商户编码";
/// <summary>
/// 台牌编号
/// </summary>
public const string Comment_TERM_CODE = "台牌编号";
/// <summary>
/// CONNECTSTRING
/// </summary>
public const string Comment_CONNECTSTRING = "CONNECTSTRING";
/// <summary>
/// CONNECTSTRINGBLD
/// </summary>
public const string Comment_CONNECTSTRINGBLD = "CONNECTSTRINGBLD";
/// <summary>
/// ORACLEHELPERSTRING
/// </summary>
public const string Comment_ORACLEHELPERSTRING = "ORACLEHELPERSTRING";
/// <summary>
/// ORACLEHELPERSTRINGSP
/// </summary>
public const string Comment_ORACLEHELPERSTRINGSP = "ORACLEHELPERSTRINGSP";
/// <summary>
/// ORACLEHELPERSTRINGPS
/// </summary>
public const string Comment_ORACLEHELPERSTRINGPS = "ORACLEHELPERSTRINGPS";
/// <summary>
/// 操作员内码
/// </summary>
public const string Comment_STAFF_ID = "操作员内码";
/// <summary>
/// 操作名称
/// </summary>
public const string Comment_STAFF_NAME = "操作名称";
/// <summary>
/// 操作时间
/// </summary>
public const string Comment_OPERATE_DATE = "操作时间";
/// <summary>
/// 备注
/// </summary>
public const string Comment_MOBILEPAYCONFIGDESC = "备注";
/// <summary>
/// 内码
/// </summary>
public const string Comment_MOBILEPAYCONFIG_ID = "内码";
/// <summary>
/// 服务区内码
/// </summary>
public const string Comment_SERVERPART_ID = "服务区内码";
/// <summary>
/// 服务区编码
/// </summary>
public const string Comment_SERVERPART_CODE = "服务区编码";
/// <summary>
/// 服务区名称
/// </summary>
public const string Comment_SERVERPART_NAME = "服务区名称";
/// <summary>
/// 数据类型(1:服务区总配置2:门店配置内容)
/// </summary>
public const string Comment_MOBILEPAYCONFIG_TYPE = "数据类型(1:服务区总配置2:门店配置内容)";
/// <summary>
/// 门店编码
/// </summary>
public const string Comment_SHOPCODE = "门店编码";
/// <summary>
/// 门店名称
/// </summary>
public const string Comment_SHOPNAME = "门店名称";
}
#endregion
}