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