292 lines
11 KiB
C#
292 lines
11 KiB
C#
using System.Runtime.Serialization;
|
||
|
||
namespace SuperMap.RealEstate.Finance.Running.Interface
|
||
{
|
||
#region T_PROINSTCOMPACT IPROINSTCOMPACT 接口
|
||
/// <summary>
|
||
/// T_PROINSTCOMPACT 接口
|
||
/// </summary>
|
||
public interface IPROINSTCOMPACT
|
||
{
|
||
/// <summary>
|
||
/// 内码
|
||
/// </summary>
|
||
System.Int32? PROINSTCOMPACT_ID { get; set; }
|
||
/// <summary>
|
||
/// 内码 的加密字符串
|
||
/// </summary>
|
||
string PROINSTCOMPACT_ID_Encrypt { get; set; }
|
||
/// <summary>
|
||
/// 流程内码
|
||
/// </summary>
|
||
System.Int32? FINANCEPROINST_ID { get; set; }
|
||
/// <summary>
|
||
/// 合同名称
|
||
/// </summary>
|
||
System.String COMPACT_NAME { get; set; }
|
||
/// <summary>
|
||
/// 合同相关方
|
||
/// </summary>
|
||
System.String COMPACT_RELEVANT { get; set; }
|
||
/// <summary>
|
||
/// 承办部门
|
||
/// </summary>
|
||
System.String UNDERTAKING_DEPARTMENT { get; set; }
|
||
/// <summary>
|
||
/// 评审方式(1000:集中评审 2000:传阅评审 3000:其他)
|
||
/// </summary>
|
||
System.Int16? REVIEW_METHOD { get; set; }
|
||
/// <summary>
|
||
/// 合同类别(1000:采购类合同 2000:内部职工房屋租赁合同 3000:物业服务类合同 4000:经营类合同 5000:其他)
|
||
/// </summary>
|
||
System.Int16? COMPACT_TYPE { get; set; }
|
||
/// <summary>
|
||
/// 签订程序
|
||
/// </summary>
|
||
System.Int16? SIGNING_PROCEDURE { get; set; }
|
||
/// <summary>
|
||
/// 其他合同类别
|
||
/// </summary>
|
||
System.String OTHERCOMPACT_TYPE { get; set; }
|
||
/// <summary>
|
||
/// 对方盖章
|
||
/// </summary>
|
||
System.String OTHER_SEAL { get; set; }
|
||
/// <summary>
|
||
/// 我方盖章
|
||
/// </summary>
|
||
System.String OUR_SEAL { get; set; }
|
||
/// <summary>
|
||
/// 合同原件已交财务部
|
||
/// </summary>
|
||
System.String COMPACTTOFINANCE { get; set; }
|
||
/// <summary>
|
||
/// 合同信息已发送相关部门
|
||
/// </summary>
|
||
System.String COMPACTSENDRELEVANT { get; set; }
|
||
/// <summary>
|
||
/// 合同原件主办部门已存档
|
||
/// </summary>
|
||
System.String COMPACTSAVEHOST { get; set; }
|
||
/// <summary>
|
||
/// 备注
|
||
/// </summary>
|
||
System.String PROINSTCOMPACT_DESC { get; set; }
|
||
}
|
||
#endregion
|
||
|
||
#region T_PROINSTCOMPACT IModifyPROINSTCOMPACT 接口
|
||
/// <summary>
|
||
/// T_PROINSTCOMPACT 接口
|
||
/// </summary>
|
||
public interface IModifyPROINSTCOMPACT
|
||
{
|
||
/// <summary>
|
||
/// 内码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_PROINSTCOMPACT_ID { get; set; }
|
||
/// <summary>
|
||
/// 流程内码 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_FINANCEPROINST_ID { get; set; }
|
||
/// <summary>
|
||
/// 合同名称 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMPACT_NAME { get; set; }
|
||
/// <summary>
|
||
/// 合同相关方 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMPACT_RELEVANT { get; set; }
|
||
/// <summary>
|
||
/// 承办部门 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_UNDERTAKING_DEPARTMENT { get; set; }
|
||
/// <summary>
|
||
/// 评审方式(1000:集中评审 2000:传阅评审 3000:其他) 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_REVIEW_METHOD { get; set; }
|
||
/// <summary>
|
||
/// 合同类别(1000:采购类合同 2000:内部职工房屋租赁合同 3000:物业服务类合同 4000:经营类合同 5000:其他) 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMPACT_TYPE { get; set; }
|
||
/// <summary>
|
||
/// 签订程序 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_SIGNING_PROCEDURE { get; set; }
|
||
/// <summary>
|
||
/// 其他合同类别 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_OTHERCOMPACT_TYPE { get; set; }
|
||
/// <summary>
|
||
/// 对方盖章 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_OTHER_SEAL { get; set; }
|
||
/// <summary>
|
||
/// 我方盖章 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_OUR_SEAL { get; set; }
|
||
/// <summary>
|
||
/// 合同原件已交财务部 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMPACTTOFINANCE { get; set; }
|
||
/// <summary>
|
||
/// 合同信息已发送相关部门 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMPACTSENDRELEVANT { get; set; }
|
||
/// <summary>
|
||
/// 合同原件主办部门已存档 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_COMPACTSAVEHOST { get; set; }
|
||
/// <summary>
|
||
/// 备注 是否被修改,不建议直接对其赋值操作
|
||
/// </summary>
|
||
bool Modify_PROINSTCOMPACT_DESC { get; set; }
|
||
}
|
||
#endregion
|
||
|
||
#region T_PROINSTCOMPACT 的表明、字段名、字段描述
|
||
/// <summary>
|
||
/// T_PROINSTCOMPACT_合同表 的字段类
|
||
/// </summary>
|
||
public class TableSchema_PROINSTCOMPACT
|
||
{
|
||
/// <summary>
|
||
/// 序列名 (用于Oracle主键)
|
||
/// </summary>
|
||
public const string SequenceName = "seq_proinstcompact";
|
||
/// <summary>
|
||
/// 表名
|
||
/// </summary>
|
||
public const string TableName = "T_PROINSTCOMPACT";
|
||
/// <summary>
|
||
/// 表注释
|
||
/// </summary>
|
||
public const string Comment_TableName = "合同表";
|
||
/// <summary>
|
||
/// 主键
|
||
/// </summary>
|
||
public const string KeyFieldName = "PROINSTCOMPACT_ID";
|
||
/// <summary>
|
||
/// 内码
|
||
/// </summary>
|
||
public const string PROINSTCOMPACT_ID = "PROINSTCOMPACT_ID";
|
||
/// <summary>
|
||
/// 流程内码
|
||
/// </summary>
|
||
public const string FINANCEPROINST_ID = "FINANCEPROINST_ID";
|
||
/// <summary>
|
||
/// 合同名称
|
||
/// </summary>
|
||
public const string COMPACT_NAME = "COMPACT_NAME";
|
||
/// <summary>
|
||
/// 合同相关方
|
||
/// </summary>
|
||
public const string COMPACT_RELEVANT = "COMPACT_RELEVANT";
|
||
/// <summary>
|
||
/// 承办部门
|
||
/// </summary>
|
||
public const string UNDERTAKING_DEPARTMENT = "UNDERTAKING_DEPARTMENT";
|
||
/// <summary>
|
||
/// 评审方式(1000:集中评审 2000:传阅评审 3000:其他)
|
||
/// </summary>
|
||
public const string REVIEW_METHOD = "REVIEW_METHOD";
|
||
/// <summary>
|
||
/// 合同类别(1000:采购类合同 2000:内部职工房屋租赁合同 3000:物业服务类合同 4000:经营类合同 5000:其他)
|
||
/// </summary>
|
||
public const string COMPACT_TYPE = "COMPACT_TYPE";
|
||
/// <summary>
|
||
/// 签订程序
|
||
/// </summary>
|
||
public const string SIGNING_PROCEDURE = "SIGNING_PROCEDURE";
|
||
/// <summary>
|
||
/// 其他合同类别
|
||
/// </summary>
|
||
public const string OTHERCOMPACT_TYPE = "OTHERCOMPACT_TYPE";
|
||
/// <summary>
|
||
/// 对方盖章
|
||
/// </summary>
|
||
public const string OTHER_SEAL = "OTHER_SEAL";
|
||
/// <summary>
|
||
/// 我方盖章
|
||
/// </summary>
|
||
public const string OUR_SEAL = "OUR_SEAL";
|
||
/// <summary>
|
||
/// 合同原件已交财务部
|
||
/// </summary>
|
||
public const string COMPACTTOFINANCE = "COMPACTTOFINANCE";
|
||
/// <summary>
|
||
/// 合同信息已发送相关部门
|
||
/// </summary>
|
||
public const string COMPACTSENDRELEVANT = "COMPACTSENDRELEVANT";
|
||
/// <summary>
|
||
/// 合同原件主办部门已存档
|
||
/// </summary>
|
||
public const string COMPACTSAVEHOST = "COMPACTSAVEHOST";
|
||
/// <summary>
|
||
/// 备注
|
||
/// </summary>
|
||
public const string PROINSTCOMPACT_DESC = "PROINSTCOMPACT_DESC";
|
||
/// <summary>
|
||
/// 内码
|
||
/// </summary>
|
||
public const string Comment_PROINSTCOMPACT_ID = "内码";
|
||
/// <summary>
|
||
/// 流程内码
|
||
/// </summary>
|
||
public const string Comment_FINANCEPROINST_ID = "流程内码";
|
||
/// <summary>
|
||
/// 合同名称
|
||
/// </summary>
|
||
public const string Comment_COMPACT_NAME = "合同名称";
|
||
/// <summary>
|
||
/// 合同相关方
|
||
/// </summary>
|
||
public const string Comment_COMPACT_RELEVANT = "合同相关方";
|
||
/// <summary>
|
||
/// 承办部门
|
||
/// </summary>
|
||
public const string Comment_UNDERTAKING_DEPARTMENT = "承办部门";
|
||
/// <summary>
|
||
/// 评审方式(1000:集中评审 2000:传阅评审 3000:其他)
|
||
/// </summary>
|
||
public const string Comment_REVIEW_METHOD = "评审方式(1000:集中评审 2000:传阅评审 3000:其他)";
|
||
/// <summary>
|
||
/// 合同类别(1000:采购类合同 2000:内部职工房屋租赁合同 3000:物业服务类合同 4000:经营类合同 5000:其他)
|
||
/// </summary>
|
||
public const string Comment_COMPACT_TYPE = "合同类别(1000:采购类合同 2000:内部职工房屋租赁合同 3000:物业服务类合同 4000:经营类合同 5000:其他)";
|
||
/// <summary>
|
||
/// 签订程序
|
||
/// </summary>
|
||
public const string Comment_SIGNING_PROCEDURE = "签订程序";
|
||
/// <summary>
|
||
/// 其他合同类别
|
||
/// </summary>
|
||
public const string Comment_OTHERCOMPACT_TYPE = "其他合同类别";
|
||
/// <summary>
|
||
/// 对方盖章
|
||
/// </summary>
|
||
public const string Comment_OTHER_SEAL = "对方盖章";
|
||
/// <summary>
|
||
/// 我方盖章
|
||
/// </summary>
|
||
public const string Comment_OUR_SEAL = "我方盖章";
|
||
/// <summary>
|
||
/// 合同原件已交财务部
|
||
/// </summary>
|
||
public const string Comment_COMPACTTOFINANCE = "合同原件已交财务部";
|
||
/// <summary>
|
||
/// 合同信息已发送相关部门
|
||
/// </summary>
|
||
public const string Comment_COMPACTSENDRELEVANT = "合同信息已发送相关部门";
|
||
/// <summary>
|
||
/// 合同原件主办部门已存档
|
||
/// </summary>
|
||
public const string Comment_COMPACTSAVEHOST = "合同原件主办部门已存档";
|
||
/// <summary>
|
||
/// 备注
|
||
/// </summary>
|
||
public const string Comment_PROINSTCOMPACT_DESC = "备注";
|
||
}
|
||
#endregion
|
||
}
|