添加合同状态

This commit is contained in:
tangfutang 2022-07-27 09:45:44 +08:00
parent 03b6bc90a9
commit 1d0e037d68
4 changed files with 15 additions and 0 deletions

View File

@ -808,6 +808,7 @@
<attribute name="ZC_PROJECT_NUMBER" label="中车申请号" type="STRING" length="32"/>
<attribute name="ZC_CONTRACT_NUMBER" label="中车合同号" type="STRING" length="32"/>
<attribute name="CORPUS_SOURCE" label="资方名称" type="STRING" length="10"/>
<attribute name="ap_contract_status" label="合同状态" type="STRING" length="30"/>
</attributes>
<manager>
<managerProperties>
@ -1080,6 +1081,7 @@
<attribute name="ZC_PROJECT_NUMBER" label="中车申请号" type="STRING" length="32"/>
<attribute name="ZC_CONTRACT_NUMBER" label="中车合同号" type="STRING" length="32"/>
<attribute name="CORPUS_SOURCE" label="资方名称" type="STRING" length="10"/>
<attribute name="ap_contract_status" label="合同状态" type="STRING" length="30"/>
</attributes>
<manager>
<managerProperties>
@ -2829,6 +2831,7 @@
<attribute name="ZC_PROJECT_NUMBER" label="中车申请号" type="STRING" length="32"/>
<attribute name="ZC_CONTRACT_NUMBER" label="中车合同号" type="STRING" length="32"/>
<attribute name="CORPUS_SOURCE" label="资方名称" type="STRING" length="10"/>
<attribute name="ap_contract_status" label="合同状态" type="STRING" length="30"/>
</attributes>
<manager>
<managerProperties>

View File

@ -345,4 +345,8 @@ public interface LB_CONTRACT_INFO{
* 资方名称 STRING(10)<br>
*/
public static final String CORPUS_SOURCE = "CORPUS_SOURCE";
/**
* ºÏͬ״̬ STRING(30)<br>
*/
public static final String ap_contract_status = "ap_contract_status";
}

View File

@ -333,4 +333,8 @@ public interface LB_CONTRACT_INFO_HIS{
* 资方名称 STRING(10)<br>
*/
public static final String CORPUS_SOURCE = "CORPUS_SOURCE";
/**
* ºÏͬ״̬ STRING(30)<br>
*/
public static final String ap_contract_status = "ap_contract_status";
}

View File

@ -337,4 +337,8 @@ public interface LB_CONTRACT_INFO_TEMP{
* 资方名称 STRING(10)<br>
*/
public static final String CORPUS_SOURCE = "CORPUS_SOURCE";
/**
* ºÏͬ״̬ STRING(30)<br>
*/
public static final String ap_contract_status = "ap_contract_status";
}