/** * @author songxiwen * @date 2020/08/31 15:32 */ export enum CMSElementFormItemType { Text = 'text', Upload = 'upload' }