添加合同状态
This commit is contained in:
parent
03b6bc90a9
commit
1d0e037d68
@ -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>
|
||||
|
||||
@ -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";
|
||||
}
|
||||
@ -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";
|
||||
}
|
||||
@ -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";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user