@ -30,6 +30,11 @@ export interface PrintTemplateVO {
*/
templateData: string;
/**
* 页面配置
pageConfig: string;
* 备注
@ -99,6 +104,11 @@ export interface PrintTemplateForm extends BaseEntity {
templateData?: string;
pageConfig?: string;
@ -210,6 +210,7 @@ const initFormData: PrintTemplateForm = {
flowStatus: undefined,
version: undefined,
templateData: undefined,
pageConfig: undefined,
remark: undefined,
activeFlag: undefined
};