constvar/const.go
@@ -176,6 +176,7 @@ OperationStatus_Waiting //正在等待 OperationStatus_Ready //就绪 OperationStatus_Finish //完成 OperationStatus_Cancel //完成 ) type PostType int @@ -222,3 +223,10 @@ "png": FileType_Picture, "svg": FileType_Picture, } type FileTemplateCategory int const ( FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //入库-自制 FileTemplateCategory_Output //出库 )