app配置文件
及实现接口类添加字段
This commit is contained in:
parent
eccdeb8c68
commit
b64f79bb59
@ -68,4 +68,6 @@ push.message.package.name=com.tenwa.test
|
||||
#base.filter.user.role.id='800090001R00000004','800090001R00000005','099','299','399','800090001R00000010','800090002R00000001','800090002R00000003','800090002R00000045','800090001R00000006','800090001R00000007','800090001R00000008','800090001R00000009','800090001R00000013','800090001R00000014','800090001R00000022','800090001R00000019','800090001R00000020','800090001R00000015','800090001R00000025'
|
||||
base.filter.user.role.id=none
|
||||
|
||||
base.business.type=\u6C7D\u8F66\u4E1A\u52A1
|
||||
base.business.type=1
|
||||
base.company.doc.name=\u627F\u79DF\u4EBA\u8EAB\u4EFD\u8BC1\uFF08\u6B63\u53CD\u9762\uFF09@\u627F\u79DF\u4EBA\u8EAB\u4EFD\u8BC1\uFF08\u6B63\u53CD\u9762\uFF09
|
||||
base.person.doc.name=\u627F\u79DF\u4EBA\u8EAB\u4EFD\u8BC1\uFF08\u6B63\u53CD\u9762\uFF09@\u627F\u79DF\u4EBA\u8EAB\u4EFD\u8BC1\uFF08\u6B63\u53CD\u9762\uFF09
|
||||
@ -386,6 +386,10 @@
|
||||
<attribute name="CERTID" lable="证件号" type="STRING" length="1000" />
|
||||
<attribute name="versionId" lable="产品版本" type="STRING" length="1000" />
|
||||
<attribute name="modelId" lable="汽车类型" type="STRING" length="1000" />
|
||||
<attribute name="PRICE" lable="车辆指导价" type="STRING" length="1000" />
|
||||
<attribute name="LITER" lable="排量" type="STRING" length="1000" />
|
||||
<attribute name="GEARTYPE" lable="档位" type="STRING" length="1000" />
|
||||
<attribute name="BUSINESSTYPE" lable="业务类型" type="STRING" length="1000" />
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
@ -481,10 +481,17 @@
|
||||
apx.com.amarsoft.als.apzl.apply.business.query.controller,
|
||||
<!-- 业务申请发起 -->
|
||||
apx.com.amarsoft.als.apzl.apply.business.start.controller,
|
||||
<!-- 业务申请 发起上传文件 -->
|
||||
apx.com.amarsoft.als.apzl.apply.business.doc.detail.controller,
|
||||
apx.com.amarsoft.als.apzl.apply.business.doc.upload.controller,
|
||||
<!-- 测算 -->
|
||||
apx.com.amarsoft.als.apzl.apply.business.loan.controller,
|
||||
<!-- 汽车选择框 -->
|
||||
apx.com.amarsoft.als.currency.select.apzl.car.controller,
|
||||
<!-- 产品选择框 -->
|
||||
apx.com.amarsoft.als.currency.select.apzl.product.controller,
|
||||
<!-- 合同选择 -->
|
||||
apx.com.amarsoft.als.currency.select.apzl.contract.controller,
|
||||
|
||||
<!-- 意见 -->
|
||||
<!-- 签署意见 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user