import { IMappingEntity } from '../interface-mapping-entity'; /** * 生单规则实体类接口 */ export interface ICreationRuleEntity extends IMappingEntity { }