APP增加邮寄归档增加字段补充
This commit is contained in:
parent
480300d5e3
commit
e203695470
@ -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>
|
||||
|
||||
@ -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";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user