APP渠道商表增加活体检测字段

This commit is contained in:
zhangjun 2020-08-19 15:32:10 +08:00
parent 38a1a5b8be
commit 731c1479f3
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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";
}