2025-03-28 09:49:56 +08:00

500 lines
17 KiB
C#

using System.Runtime.Serialization;
namespace SuperMap.RealEstate.Coop.Merchant.Interface
{
#region T_SUPPLIER ISUPPLIER
/// <summary>
/// T_SUPPLIER 接口
/// </summary>
public interface ISUPPLIER
{
/// <summary>
/// 自定义类别内码
/// </summary>
System.Int32? MERCHANTTYPE_ID { get; set; }
/// <summary>
/// 自定类别名
/// </summary>
System.String MERCHANTTYPE_NAME { get; set; }
/// <summary>
/// 供货商开票人
/// </summary>
System.String SUPPLIER_DRAWER { get; set; }
/// <summary>
/// 开户行
/// </summary>
System.String BANK_NAME { get; set; }
/// <summary>
/// 银行账号
/// </summary>
System.String BANK_ACCOUNT { get; set; }
/// <summary>
/// 联系人
/// </summary>
System.String SUPPLIER_LINKMAN { get; set; }
/// <summary>
/// 供货商电话
/// </summary>
System.String SUPPLIER_TELEPHONE { get; set; }
/// <summary>
/// 供货商手机号码
/// </summary>
System.String SUPPLIER_MOBILEPHONE { get; set; }
/// <summary>
/// 供货商传真
/// </summary>
System.String SUPPLIER_FAX { get; set; }
/// <summary>
/// 供货商邮箱
/// </summary>
System.String SUPPLIER_EMAIL { get; set; }
/// <summary>
/// 微信内码
/// </summary>
System.String RTWECHATPUSH_IDS { get; set; }
/// <summary>
/// 备注
/// </summary>
System.String SUPPLIER_DESC { get; set; }
/// <summary>
/// 业主单位
/// </summary>
System.String OWNERUNIT_NAME { get; set; }
/// <summary>
/// 省份标识
/// </summary>
System.Int32? PROVINCE_CODE { get; set; }
/// <summary>
/// 商户性质
/// </summary>
System.Int32? SUPPLIER_NATURE { get; set; }
/// <summary>
/// 商户类型
/// </summary>
System.String SUPPLIER_TYPE { get; set; }
/// <summary>
/// 商户编码
/// </summary>
System.String SUPPLIER_CODE { get; set; }
/// <summary>
/// 商户名称
/// </summary>
System.String SUPPLIER_NAME { get; set; }
/// <summary>
/// 商户简称
/// </summary>
System.String SUPPLIER_EN { get; set; }
/// <summary>
/// 统一信用代码
/// </summary>
System.String TAXPAYER_IDENTIFYCODE { get; set; }
/// <summary>
/// 联系地址
/// </summary>
System.String SUPPLIER_ADDRESS { get; set; }
/// <summary>
/// 商户状态
/// </summary>
System.Int32? SUPPLIER_STATE { 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.Int32? OWNERUNIT_ID { get; set; }
/// <summary>
/// 商户内码
/// </summary>
System.Int32? SUPPLIER_ID { get; set; }
/// <summary>
/// 商户内码 的加密字符串
/// </summary>
string SUPPLIER_ID_Encrypt { get; set; }
/// <summary>
/// 父级内码
/// </summary>
System.Int32? SUPPLIER_PID { get; set; }
}
#endregion
#region T_SUPPLIER IModifySUPPLIER
/// <summary>
/// T_SUPPLIER 接口
/// </summary>
public interface IModifySUPPLIER
{
/// <summary>
/// 自定义类别内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_MERCHANTTYPE_ID { get; set; }
/// <summary>
/// 自定类别名 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_MERCHANTTYPE_NAME { get; set; }
/// <summary>
/// 供货商开票人 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_DRAWER { get; set; }
/// <summary>
/// 开户行 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_BANK_NAME { get; set; }
/// <summary>
/// 银行账号 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_BANK_ACCOUNT { get; set; }
/// <summary>
/// 联系人 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_LINKMAN { get; set; }
/// <summary>
/// 供货商电话 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_TELEPHONE { get; set; }
/// <summary>
/// 供货商手机号码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_MOBILEPHONE { get; set; }
/// <summary>
/// 供货商传真 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_FAX { get; set; }
/// <summary>
/// 供货商邮箱 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_EMAIL { get; set; }
/// <summary>
/// 微信内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_RTWECHATPUSH_IDS { get; set; }
/// <summary>
/// 备注 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_DESC { get; set; }
/// <summary>
/// 业主单位 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_OWNERUNIT_NAME { get; set; }
/// <summary>
/// 省份标识 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_PROVINCE_CODE { get; set; }
/// <summary>
/// 商户性质 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_NATURE { get; set; }
/// <summary>
/// 商户类型 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_TYPE { get; set; }
/// <summary>
/// 商户编码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_CODE { get; set; }
/// <summary>
/// 商户名称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_NAME { get; set; }
/// <summary>
/// 商户简称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_EN { get; set; }
/// <summary>
/// 统一信用代码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_TAXPAYER_IDENTIFYCODE { get; set; }
/// <summary>
/// 联系地址 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_ADDRESS { get; set; }
/// <summary>
/// 商户状态 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_STATE { 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_OWNERUNIT_ID { get; set; }
/// <summary>
/// 商户内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_ID { get; set; }
/// <summary>
/// 父级内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_SUPPLIER_PID { get; set; }
}
#endregion
#region T_SUPPLIER
/// <summary>
/// T_SUPPLIER_省份供应商信息表 的字段类
/// </summary>
public class TableSchema_SUPPLIER
{
/// <summary>
/// 序列名 (用于Oracle主键)
/// </summary>
public const string SequenceName = "seq_supplier";
/// <summary>
/// 表名
/// </summary>
public const string TableName = "T_SUPPLIER";
/// <summary>
/// 表注释
/// </summary>
public const string Comment_TableName = "省份供应商信息表";
/// <summary>
/// 主键
/// </summary>
public const string KeyFieldName = "SUPPLIER_ID";
/// <summary>
/// 自定义类别内码
/// </summary>
public const string MERCHANTTYPE_ID = "MERCHANTTYPE_ID";
/// <summary>
/// 自定类别名
/// </summary>
public const string MERCHANTTYPE_NAME = "MERCHANTTYPE_NAME";
/// <summary>
/// 供货商开票人
/// </summary>
public const string SUPPLIER_DRAWER = "SUPPLIER_DRAWER";
/// <summary>
/// 开户行
/// </summary>
public const string BANK_NAME = "BANK_NAME";
/// <summary>
/// 银行账号
/// </summary>
public const string BANK_ACCOUNT = "BANK_ACCOUNT";
/// <summary>
/// 联系人
/// </summary>
public const string SUPPLIER_LINKMAN = "SUPPLIER_LINKMAN";
/// <summary>
/// 供货商电话
/// </summary>
public const string SUPPLIER_TELEPHONE = "SUPPLIER_TELEPHONE";
/// <summary>
/// 供货商手机号码
/// </summary>
public const string SUPPLIER_MOBILEPHONE = "SUPPLIER_MOBILEPHONE";
/// <summary>
/// 供货商传真
/// </summary>
public const string SUPPLIER_FAX = "SUPPLIER_FAX";
/// <summary>
/// 供货商邮箱
/// </summary>
public const string SUPPLIER_EMAIL = "SUPPLIER_EMAIL";
/// <summary>
/// 微信内码
/// </summary>
public const string RTWECHATPUSH_IDS = "RTWECHATPUSH_IDS";
/// <summary>
/// 备注
/// </summary>
public const string SUPPLIER_DESC = "SUPPLIER_DESC";
/// <summary>
/// 业主单位
/// </summary>
public const string OWNERUNIT_NAME = "OWNERUNIT_NAME";
/// <summary>
/// 省份标识
/// </summary>
public const string PROVINCE_CODE = "PROVINCE_CODE";
/// <summary>
/// 商户性质
/// </summary>
public const string SUPPLIER_NATURE = "SUPPLIER_NATURE";
/// <summary>
/// 商户类型
/// </summary>
public const string SUPPLIER_TYPE = "SUPPLIER_TYPE";
/// <summary>
/// 商户编码
/// </summary>
public const string SUPPLIER_CODE = "SUPPLIER_CODE";
/// <summary>
/// 商户名称
/// </summary>
public const string SUPPLIER_NAME = "SUPPLIER_NAME";
/// <summary>
/// 商户简称
/// </summary>
public const string SUPPLIER_EN = "SUPPLIER_EN";
/// <summary>
/// 统一信用代码
/// </summary>
public const string TAXPAYER_IDENTIFYCODE = "TAXPAYER_IDENTIFYCODE";
/// <summary>
/// 联系地址
/// </summary>
public const string SUPPLIER_ADDRESS = "SUPPLIER_ADDRESS";
/// <summary>
/// 商户状态
/// </summary>
public const string SUPPLIER_STATE = "SUPPLIER_STATE";
/// <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 OWNERUNIT_ID = "OWNERUNIT_ID";
/// <summary>
/// 商户内码
/// </summary>
public const string SUPPLIER_ID = "SUPPLIER_ID";
/// <summary>
/// 父级内码
/// </summary>
public const string SUPPLIER_PID = "SUPPLIER_PID";
/// <summary>
/// 自定义类别内码
/// </summary>
public const string Comment_MERCHANTTYPE_ID = "自定义类别内码";
/// <summary>
/// 自定类别名
/// </summary>
public const string Comment_MERCHANTTYPE_NAME = "自定类别名";
/// <summary>
/// 供货商开票人
/// </summary>
public const string Comment_SUPPLIER_DRAWER = "供货商开票人";
/// <summary>
/// 开户行
/// </summary>
public const string Comment_BANK_NAME = "开户行";
/// <summary>
/// 银行账号
/// </summary>
public const string Comment_BANK_ACCOUNT = "银行账号";
/// <summary>
/// 联系人
/// </summary>
public const string Comment_SUPPLIER_LINKMAN = "联系人";
/// <summary>
/// 供货商电话
/// </summary>
public const string Comment_SUPPLIER_TELEPHONE = "供货商电话";
/// <summary>
/// 供货商手机号码
/// </summary>
public const string Comment_SUPPLIER_MOBILEPHONE = "供货商手机号码";
/// <summary>
/// 供货商传真
/// </summary>
public const string Comment_SUPPLIER_FAX = "供货商传真";
/// <summary>
/// 供货商邮箱
/// </summary>
public const string Comment_SUPPLIER_EMAIL = "供货商邮箱";
/// <summary>
/// 微信内码
/// </summary>
public const string Comment_RTWECHATPUSH_IDS = "微信内码";
/// <summary>
/// 备注
/// </summary>
public const string Comment_SUPPLIER_DESC = "备注";
/// <summary>
/// 业主单位
/// </summary>
public const string Comment_OWNERUNIT_NAME = "业主单位";
/// <summary>
/// 省份标识
/// </summary>
public const string Comment_PROVINCE_CODE = "省份标识";
/// <summary>
/// 商户性质
/// </summary>
public const string Comment_SUPPLIER_NATURE = "商户性质";
/// <summary>
/// 商户类型
/// </summary>
public const string Comment_SUPPLIER_TYPE = "商户类型";
/// <summary>
/// 商户编码
/// </summary>
public const string Comment_SUPPLIER_CODE = "商户编码";
/// <summary>
/// 商户名称
/// </summary>
public const string Comment_SUPPLIER_NAME = "商户名称";
/// <summary>
/// 商户简称
/// </summary>
public const string Comment_SUPPLIER_EN = "商户简称";
/// <summary>
/// 统一信用代码
/// </summary>
public const string Comment_TAXPAYER_IDENTIFYCODE = "统一信用代码";
/// <summary>
/// 联系地址
/// </summary>
public const string Comment_SUPPLIER_ADDRESS = "联系地址";
/// <summary>
/// 商户状态
/// </summary>
public const string Comment_SUPPLIER_STATE = "商户状态";
/// <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_OWNERUNIT_ID = "业主内码";
/// <summary>
/// 商户内码
/// </summary>
public const string Comment_SUPPLIER_ID = "商户内码";
/// <summary>
/// 父级内码
/// </summary>
public const string Comment_SUPPLIER_PID = "父级内码";
}
#endregion
}