提交jbo

This commit is contained in:
zhangbb 2020-11-04 10:10:47 +08:00
parent df2f744922
commit e4d467711c
2 changed files with 5 additions and 0 deletions

View File

@ -4389,6 +4389,7 @@
<attribute name="fphm" label="fphm" type="STRING"/>
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
<attribute name="liti_id" label="liti_id" type="STRING"/>
<attribute name="mxxh" label="mxxh" type="STRING"/>
</attributes>
<manager>
<managerProperties>

View File

@ -89,4 +89,8 @@ public interface VI_LI_INVOICE_TJ_GPS{
* liti_id STRING(20)<br>
*/
public static final String liti_id = "liti_id";
/**
* mxxh STRING(20)<br>
*/
public static final String mxxh = "mxxh";
}