| | |
| | | import com.vci.ubcs.code.applyjtcodeservice.entity.DockingPreMetaAttr; |
| | | import com.vci.ubcs.code.applyjtcodeservice.entity.GroupAttrPoolMapping; |
| | | import com.vci.ubcs.code.applyjtcodeservice.vo.GroupAttrPoolMappingVO; |
| | | import com.vci.ubcs.omd.vo.EnumVO; |
| | | import com.vci.ubcs.starter.web.pagemodel.BladeQueryObject; |
| | | import org.springblade.core.log.exception.ServiceException; |
| | | import org.springblade.core.tool.api.R; |
| | |
| | | */ |
| | | R syncGroupAttrMapping(List<GroupAttrPoolMappingVO> groupAttrPoolMappingVOS) throws ServiceException; |
| | | |
| | | /** |
| | | * 根据分类OID获取到模板再根据属性id获取到模板下的属性id的enum值,然后查询出枚举 |
| | | * @param groupAttrPoolMappingVOS |
| | | * @return |
| | | */ |
| | | R getEnumAttrByClsOIdAndAttrId(GroupAttrPoolMappingVO groupAttrPoolMappingVOS); |
| | | |
| | | } |