import { IMappingEntity } from '../interface-mapping-entity'; /** * 回写规则实体类接口 */ export interface IWritebackRuleEntity extends IMappingEntity { }