APP增加邮寄归档增加字段补充

This commit is contained in:
zhangjun 2020-09-01 18:50:49 +08:00
parent 480300d5e3
commit e203695470
2 changed files with 5 additions and 0 deletions

View File

@ -267,6 +267,7 @@
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
<attribute name="IS_FLOWING" label="是否在流程中" type="STRING" length="32"/>
<attribute name="opinion_comments" label="意见解释" type="STRING" length="255"/>
<attribute name="EXPSTRATDATE" label="档案邮寄时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -101,4 +101,8 @@ public interface LB_FILE_MAILARCHIVING_INFO_TEMP{
* Òâ¼û½âÊÍ STRING(255)<br>
*/
public static final String opinion_comments = "opinion_comments";
/**
* 档案邮寄时间 STRING(32)<br>
*/
public static final String EXPSTRATDATE = "EXPSTRATDATE";
}