tachybase_todo/packages/plugins/@hera/plugin-rental/src/utils/system.ts

15 lines
240 B
TypeScript

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