|
@@ -16,7 +16,6 @@ public class TemplateDto {
|
|
|
private String id;
|
|
|
private String schoolId;
|
|
|
private String name;
|
|
|
- private TemplateTypeEnum type;
|
|
|
private ClassifyEnum classify;
|
|
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
@@ -52,14 +51,6 @@ public class TemplateDto {
|
|
|
this.name = name;
|
|
|
}
|
|
|
|
|
|
- public TemplateTypeEnum getType() {
|
|
|
- return type;
|
|
|
- }
|
|
|
-
|
|
|
- public void setType(TemplateTypeEnum type) {
|
|
|
- this.type = type;
|
|
|
- }
|
|
|
-
|
|
|
public ClassifyEnum getClassify() {
|
|
|
return classify;
|
|
|
}
|