@@ -59,4 +59,15 @@ public class Template {
return "未知错误";
}
+ public String getTypeDes() {
+ if(template_type == 0) {
+ return "普通模板";
+ }
+ return "标准模板";
+ return "错误类型";
+