APP渠道商表增加活体检测字段
This commit is contained in:
parent
38a1a5b8be
commit
731c1479f3
@ -1024,6 +1024,7 @@
|
||||
<attribute name="channeltype" label="渠道商类型" type="STRING" length="32"/>
|
||||
<attribute name="import_status" label="导入状态" type="STRING" length="64"/>
|
||||
<attribute name="MARGIN_SCALE_SET" label="保证金比例设置" type="STRING" length="64"/>
|
||||
<attribute name="WHETHER" label="活体检测" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -449,4 +449,8 @@ public interface DISTRIBUTOR_INFO{
|
||||
* ±£Ö¤½ð±ÈÀýÉèÖà STRING(64)<br>
|
||||
*/
|
||||
public static final String MARGIN_SCALE_SET = "MARGIN_SCALE_SET";
|
||||
/**
|
||||
* »îÌå¼ì²â STRING(32)<br>
|
||||
*/
|
||||
public static final String WHETHER = "WHETHER";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user