/** * OptionItemModel模型 */ export default interface IActionOptionSet { optionContent: string; optionDescribe?: string; disabled?: boolean; }