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

324 lines
11 KiB
C#

using System.Runtime.Serialization;
namespace SuperMap.RealEstate.EShangPush.Interface
{
#region T_WECHATAPPSIGN IWECHATAPPSIGN
/// <summary>
/// T_WECHATAPPSIGN 接口
/// </summary>
public interface IWECHATAPPSIGN
{
/// <summary>
/// 小程序内码
/// </summary>
System.Int32? WECHATAPPSIGN_ID { get; set; }
/// <summary>
/// 小程序内码 的加密字符串
/// </summary>
string WECHATAPPSIGN_ID_Encrypt { get; set; }
/// <summary>
/// 编码
/// </summary>
System.String WECHATAPPSIGN_CODE { get; set; }
/// <summary>
/// 小程序名称
/// </summary>
System.String WECHATAPPSIGN_NAME { get; set; }
/// <summary>
/// 微信公众号内码
/// </summary>
System.Int32? WECHATPUBLICSIGN_ID { get; set; }
/// <summary>
/// 小程序ID
/// </summary>
System.String WECHATAPP_APPID { get; set; }
/// <summary>
/// 小程序密钥
/// </summary>
System.String WECHATAPP_APPSECRET { get; set; }
/// <summary>
/// 接口地址
/// </summary>
System.String INTERFACE_ADDRESS { get; set; }
/// <summary>
/// 省份编码
/// </summary>
System.Int32? PROVINCE_CODE { get; set; }
/// <summary>
/// 业主内码
/// </summary>
System.Int32? OWNERUNIT_ID { get; set; }
/// <summary>
/// 业主单位
/// </summary>
System.String OWNERUNIT_NAME { get; set; }
/// <summary>
/// 添加时间
/// </summary>
System.DateTime? ADDTIME { 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 WECHATAPPSIGN_DESC { get; set; }
/// <summary>
/// 关联的APPGUID
/// </summary>
System.String APPGUID { get; set; }
/// <summary>
/// 关联的app名称
/// </summary>
System.String APPNAME { get; set; }
}
#endregion
#region T_WECHATAPPSIGN IModifyWECHATAPPSIGN
/// <summary>
/// T_WECHATAPPSIGN 接口
/// </summary>
public interface IModifyWECHATAPPSIGN
{
/// <summary>
/// 小程序内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_WECHATAPPSIGN_ID { get; set; }
/// <summary>
/// 编码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_WECHATAPPSIGN_CODE { get; set; }
/// <summary>
/// 小程序名称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_WECHATAPPSIGN_NAME { get; set; }
/// <summary>
/// 微信公众号内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_WECHATPUBLICSIGN_ID { get; set; }
/// <summary>
/// 小程序ID 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_WECHATAPP_APPID { get; set; }
/// <summary>
/// 小程序密钥 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_WECHATAPP_APPSECRET { get; set; }
/// <summary>
/// 接口地址 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_INTERFACE_ADDRESS { get; set; }
/// <summary>
/// 省份编码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_PROVINCE_CODE { get; set; }
/// <summary>
/// 业主内码 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_OWNERUNIT_ID { get; set; }
/// <summary>
/// 业主单位 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_OWNERUNIT_NAME { get; set; }
/// <summary>
/// 添加时间 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_ADDTIME { 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_WECHATAPPSIGN_DESC { get; set; }
/// <summary>
/// 关联的APPGUID 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_APPGUID { get; set; }
/// <summary>
/// 关联的app名称 是否被修改,不建议直接对其赋值操作
/// </summary>
bool Modify_APPNAME { get; set; }
}
#endregion
#region T_WECHATAPPSIGN
/// <summary>
/// T_WECHATAPPSIGN_微信公众号小程序 的字段类
/// </summary>
public class TableSchema_WECHATAPPSIGN
{
/// <summary>
/// 序列名 (用于Oracle主键)
/// </summary>
public const string SequenceName = "seq_wechatappsign";
/// <summary>
/// 表名
/// </summary>
public const string TableName = "T_WECHATAPPSIGN";
/// <summary>
/// 表注释
/// </summary>
public const string Comment_TableName = "微信公众号小程序";
/// <summary>
/// 主键
/// </summary>
public const string KeyFieldName = "WECHATAPPSIGN_ID";
/// <summary>
/// 小程序内码
/// </summary>
public const string WECHATAPPSIGN_ID = "WECHATAPPSIGN_ID";
/// <summary>
/// 编码
/// </summary>
public const string WECHATAPPSIGN_CODE = "WECHATAPPSIGN_CODE";
/// <summary>
/// 小程序名称
/// </summary>
public const string WECHATAPPSIGN_NAME = "WECHATAPPSIGN_NAME";
/// <summary>
/// 微信公众号内码
/// </summary>
public const string WECHATPUBLICSIGN_ID = "WECHATPUBLICSIGN_ID";
/// <summary>
/// 小程序ID
/// </summary>
public const string WECHATAPP_APPID = "WECHATAPP_APPID";
/// <summary>
/// 小程序密钥
/// </summary>
public const string WECHATAPP_APPSECRET = "WECHATAPP_APPSECRET";
/// <summary>
/// 接口地址
/// </summary>
public const string INTERFACE_ADDRESS = "INTERFACE_ADDRESS";
/// <summary>
/// 省份编码
/// </summary>
public const string PROVINCE_CODE = "PROVINCE_CODE";
/// <summary>
/// 业主内码
/// </summary>
public const string OWNERUNIT_ID = "OWNERUNIT_ID";
/// <summary>
/// 业主单位
/// </summary>
public const string OWNERUNIT_NAME = "OWNERUNIT_NAME";
/// <summary>
/// 添加时间
/// </summary>
public const string ADDTIME = "ADDTIME";
/// <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 WECHATAPPSIGN_DESC = "WECHATAPPSIGN_DESC";
/// <summary>
/// 关联的APPGUID
/// </summary>
public const string APPGUID = "APPGUID";
/// <summary>
/// 关联的app名称
/// </summary>
public const string APPNAME = "APPNAME";
/// <summary>
/// 小程序内码
/// </summary>
public const string Comment_WECHATAPPSIGN_ID = "小程序内码";
/// <summary>
/// 编码
/// </summary>
public const string Comment_WECHATAPPSIGN_CODE = "编码";
/// <summary>
/// 小程序名称
/// </summary>
public const string Comment_WECHATAPPSIGN_NAME = "小程序名称";
/// <summary>
/// 微信公众号内码
/// </summary>
public const string Comment_WECHATPUBLICSIGN_ID = "微信公众号内码";
/// <summary>
/// 小程序ID
/// </summary>
public const string Comment_WECHATAPP_APPID = "小程序ID";
/// <summary>
/// 小程序密钥
/// </summary>
public const string Comment_WECHATAPP_APPSECRET = "小程序密钥";
/// <summary>
/// 接口地址
/// </summary>
public const string Comment_INTERFACE_ADDRESS = "接口地址";
/// <summary>
/// 省份编码
/// </summary>
public const string Comment_PROVINCE_CODE = "省份编码";
/// <summary>
/// 业主内码
/// </summary>
public const string Comment_OWNERUNIT_ID = "业主内码";
/// <summary>
/// 业主单位
/// </summary>
public const string Comment_OWNERUNIT_NAME = "业主单位";
/// <summary>
/// 添加时间
/// </summary>
public const string Comment_ADDTIME = "添加时间";
/// <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_WECHATAPPSIGN_DESC = "备注";
/// <summary>
/// 关联的APPGUID
/// </summary>
public const string Comment_APPGUID = "关联的APPGUID";
/// <summary>
/// 关联的app名称
/// </summary>
public const string Comment_APPNAME = "关联的app名称";
}
#endregion
}