1.暂时去掉天津航信发票字段
This commit is contained in:
parent
9332f5e0b3
commit
243c63f8a1
@ -1638,8 +1638,8 @@
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
|
||||
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<!-- <attribute name="FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="FPHM" label="发票号码" type="STRING" length="10"/> -->
|
||||
<attribute name="isCompany" label="是否关联公司" type="STRING" length="2"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
@ -1709,8 +1709,8 @@
|
||||
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
|
||||
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="32"/>
|
||||
|
||||
<attribute name="FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<!-- <attribute name="FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="FPHM" label="发票号码" type="STRING" length="10"/> -->
|
||||
<attribute name="isCompany" label="是否关联公司" type="STRING" length="2"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
@ -1772,12 +1772,13 @@
|
||||
<attribute name="SPARE_BATCH_NO" label="扣款批次号" type="STRING" length="32"/>
|
||||
<attribute name="CHARGE_WAY" label="手续费方式" type="STRING" length="10"/>
|
||||
|
||||
<attribute name="RENT_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<!-- <attribute name="RENT_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="RENT_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<attribute name="INTEREST_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="INTEREST_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<attribute name="PENALTY_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="PENALTY_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<attribute name="PENALTY_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
-->
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -1840,12 +1841,13 @@
|
||||
<attribute name="SPARE_BATCH_NO" label="扣款批次号" type="STRING" length="32"/>
|
||||
<attribute name="CHARGE_WAY" label="手续费方式" type="STRING" length="10"/>
|
||||
|
||||
<attribute name="RENT_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<!-- <attribute name="RENT_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="RENT_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<attribute name="INTEREST_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="INTEREST_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<attribute name="PENALTY_FPDM" label="发票代码" type="STRING" length="10"/>
|
||||
<attribute name="PENALTY_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
<attribute name="PENALTY_FPHM" label="发票号码" type="STRING" length="10"/>
|
||||
-->
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -230,14 +230,6 @@ public interface LC_FUND_INCOME{
|
||||
*/
|
||||
public static final String DEDUCTION_ID = "DEDUCTION_ID";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPDM = "FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPHM = "FPHM";
|
||||
/**
|
||||
* 是否关联公司 STRING(2)<br>
|
||||
*/
|
||||
public static final String isCompany = "isCompany";
|
||||
|
||||
@ -242,14 +242,6 @@ public interface LC_FUND_INCOME_TEMP{
|
||||
*/
|
||||
public static final String DEDUCTION_ID = "DEDUCTION_ID";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPDM = "FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String FPHM = "FPHM";
|
||||
/**
|
||||
* 是否关联公司 STRING(2)<br>
|
||||
*/
|
||||
public static final String isCompany = "isCompany";
|
||||
|
||||
@ -209,28 +209,4 @@ public interface LC_RENT_INCOME{
|
||||
* 手续费方式 STRING(10)<br>
|
||||
*/
|
||||
public static final String CHARGE_WAY = "CHARGE_WAY";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPDM = "RENT_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPHM = "RENT_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPDM = "INTEREST_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPHM = "INTEREST_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPDM = "PENALTY_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPHM = "PENALTY_FPHM";
|
||||
}
|
||||
@ -217,28 +217,4 @@ public interface LC_RENT_INCOME_TEMP{
|
||||
* 手续费方式 STRING(10)<br>
|
||||
*/
|
||||
public static final String CHARGE_WAY = "CHARGE_WAY";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPDM = "RENT_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String RENT_FPHM = "RENT_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPDM = "INTEREST_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String INTEREST_FPHM = "INTEREST_FPHM";
|
||||
/**
|
||||
* 发票代码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPDM = "PENALTY_FPDM";
|
||||
/**
|
||||
* 发票号码 STRING(10)<br>
|
||||
*/
|
||||
public static final String PENALTY_FPHM = "PENALTY_FPHM";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user