增加邮储返回资料清单状态字段

This commit is contained in:
ap007 2021-07-19 11:02:35 +08:00
parent d05a94ce5a
commit 6d3c9ca911
2 changed files with 5 additions and 0 deletions

View File

@ -351,6 +351,7 @@
<attribute name="FILE_PATH" label="文件路径" type="STRING" length="32"/>
<attribute name="FC_FILE_STS" label="文件状态" type="STRING" length="32"/>
<attribute name="FC_FILE_STS_DESC" label="文件状态描述" type="STRING" length="32"/>
<attribute name="FC_RES_VALUE" label="ÓÊ´¢·µ»Ø×´Ì¬" type="STRING" length="32"/>
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
<attribute name="DEL_FLAG" label="有效标志" type="STRING" length="32"/>

View File

@ -61,6 +61,10 @@ public interface FC_REQUEST_FILE{
* 文件状态描述 STRING(32)<br>
*/
public static final String FC_FILE_STS_DESC = "FC_FILE_STS_DESC";
/**
* ÓÊ´¢·µ»Ø×´Ì¬ STRING(32)<br>
*/
public static final String FC_RES_VALUE = "FC_RES_VALUE";
/**
* 创建时间 STRING(32)<br>
*/