select * from cus_formfield--自定义【字段存储表】
select * from cus_fielddata--自定义字段【数据存储表】
scope='HrmCustomFieldByInfoType' and scopeid=-1(基本信息
)
scope='HrmCustomFieldByInfoType' and scopeid=1(个人信息)
scope='HrmCustomFieldByInfoType' and scopeid=3(工作信息)
文章涉及了HRM系统的自定义字段存储,主要讨论了三个不同的信息类型:基本信息(scopeid=-1)、个人信息(scopeid=1)和工作信息(scopeid=3)。查询集中在`cus_formfield`(字段存储表)和`cus_fielddata`(数据存储表)上,用于获取不同类型的员工定制信息。
select * from cus_formfield--自定义【字段存储表】
select * from cus_fielddata--自定义字段【数据存储表】
scope='HrmCustomFieldByInfoType' and scopeid=-1(基本信息
)
scope='HrmCustomFieldByInfoType' and scopeid=1(个人信息)
scope='HrmCustomFieldByInfoType' and scopeid=3(工作信息)
516

被折叠的 条评论
为什么被折叠?