APP产品隐藏是否活体检测功能

This commit is contained in:
zhangjun 2020-08-25 09:48:18 +08:00
parent ecd0f2f1f8
commit 16e19899a0
2 changed files with 0 additions and 5 deletions

View File

@ -87,7 +87,6 @@
<attribute name="LENDING_TYPE" label="保单放款方式" type="STRING" length="10"/>
<attribute name="GPS_VENDOR" label="GPS供应商" type="STRING" length="32"/>
<attribute name="ManySubject" label="主体" type="STRING" length="32"/>
<attribute name="whether" label="是否活体检测" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -133,8 +133,4 @@ public interface PRD_SPECIFIC_LIBRARY{
* Ö÷Ìå STRING(32)<br>
*/
public static final String ManySubject = "ManySubject";
/**
* 是否活体检测 STRING(32)<br>
*/
public static final String whether = "whether";
}