Files
geg-gas-web/src/enums/printEnum.ts
2024-02-05 09:15:37 +08:00

10 lines
175 B
TypeScript

// 分类id
export enum PrintCategory {
ID = '1659097789878583298',
}
// 模板打印按钮必然包含的字符串
export enum PrintButton {
CODE = 'templateprint',
}
//