Panwei 8.0 platform interface basic table

Interface basic table

var userAgent = navigator.userAgent; //当前浏览器类型


接口注册表 
select * from actionsetting where actionclass like '%PullFinacialData_BJ%'  


接口引用表
select * from workflowactionset where interfaceid like '%PullFinacialData_BJ%'

Interface registry example:
Insert image description here

Interface reference table example diagram:
Insert image description here

Scheduled task basic table

select * from schedulesetting order by id

Insert image description here

matrix base table

matrix data table

select id, yjgly,dagly  from  matrixtable_2   -- 矩阵数据表2

Guess you like

Origin blog.csdn.net/weixin_40476233/article/details/120866875