export enum PrintSetup { /** * 0 显示内容(人工录入) */ Manual = '0', /** * 1 显示内容+关联内容 */ Display = '1', /** * 2 显示内容+加关联内容(价格) */ DisplayAndPrice = '2', }