From 10806eefe017093646a671af0b321b9df0a2ebc5 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期一, 20 十一月 2023 16:02:39 +0800
Subject: [PATCH] 打印入库-自制导出excel 增加对取消的统计

---
 constvar/const.go |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/constvar/const.go b/constvar/const.go
index 5ca6de9..bcbb44c 100644
--- a/constvar/const.go
+++ b/constvar/const.go
@@ -223,3 +223,10 @@
 	"png":  FileType_Picture,
 	"svg":  FileType_Picture,
 }
+
+type FileTemplateCategory int
+
+const (
+	FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //鍏ュ簱-鑷埗
+	FileTemplateCategory_Output                                   //鍑哄簱
+)

--
Gitblit v1.8.0