/** * 约束资源信息类型 * @author wangjiegj */ /** * 约束资源信息类型 */ declare enum ResourceType { /** * 关联数据 */ RelationData = 0 } export { ResourceType };