From 3643c9f7402f6413b30db44633ad6ddd64ef1124 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 17 四月 2024 16:37:22 +0800 Subject: [PATCH] 嘉联出库打印 --- constvar/const.go | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index b7ff0c2..cf6367a 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -286,8 +286,10 @@ type FileTemplateCategory int const ( - FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //鍏ュ簱-鑷埗 - FileTemplateCategory_Output //鍑哄簱 + FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //鍏ュ簱-鑷埗 + FileTemplateCategory_Output //鍑哄簱 + FileTemplateCategory_JialianInput = 14 //鍢夎仈鍏ュ簱 + FileTemplateCategory_JialianOutput = 15 //鍢夎仈鍑哄簱 ) type CodeStandardType string -- Gitblit v1.8.0