|
@@ -12,16 +12,16 @@ import io.swagger.annotations.ApiModelProperty;
|
|
* @Date: 2021-04-05
|
|
* @Date: 2021-04-05
|
|
*/
|
|
*/
|
|
public class TemplatePrintInfoResult {
|
|
public class TemplatePrintInfoResult {
|
|
- @JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
- @ApiModelProperty(value = "关联表id")
|
|
|
|
- private Long templateOrgId;
|
|
|
|
|
|
+// @JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
+// @ApiModelProperty(value = "关联表id")
|
|
|
|
+// private Long templateOrgId;
|
|
|
|
|
|
- @ApiModelProperty(value = "关联表印品类型")
|
|
|
|
- private TemplateTypeEnum templateOrgType;
|
|
|
|
|
|
+// @ApiModelProperty(value = "关联表印品类型")
|
|
|
|
+// private TemplateTypeEnum templateOrgType;
|
|
|
|
|
|
- @JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
- @ApiModelProperty(value = "机构id")
|
|
|
|
- private Long orgId;
|
|
|
|
|
|
+// @JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
+// @ApiModelProperty(value = "机构id")
|
|
|
|
+// private Long orgId;
|
|
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
@ApiModelProperty(value = "模板id")
|
|
@ApiModelProperty(value = "模板id")
|
|
@@ -50,30 +50,6 @@ public class TemplatePrintInfoResult {
|
|
@ApiModelProperty(value = "模板备注")
|
|
@ApiModelProperty(value = "模板备注")
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|
- public Long getTemplateOrgId() {
|
|
|
|
- return templateOrgId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTemplateOrgId(Long templateOrgId) {
|
|
|
|
- this.templateOrgId = templateOrgId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public TemplateTypeEnum getTemplateOrgType() {
|
|
|
|
- return templateOrgType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setTemplateOrgType(TemplateTypeEnum templateOrgType) {
|
|
|
|
- this.templateOrgType = templateOrgType;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public Long getOrgId() {
|
|
|
|
- return orgId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setOrgId(Long orgId) {
|
|
|
|
- this.orgId = orgId;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public Long getTemplateId() {
|
|
public Long getTemplateId() {
|
|
return templateId;
|
|
return templateId;
|
|
}
|
|
}
|
|
@@ -141,10 +117,7 @@ public class TemplatePrintInfoResult {
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
return "TemplatePrintInfoResult{" +
|
|
return "TemplatePrintInfoResult{" +
|
|
- "templateOrgId=" + templateOrgId +
|
|
|
|
- ", templateOrgType=" + templateOrgType +
|
|
|
|
- ", orgId=" + orgId +
|
|
|
|
- ", templateId=" + templateId +
|
|
|
|
|
|
+ "templateId=" + templateId +
|
|
", schoolId=" + schoolId +
|
|
", schoolId=" + schoolId +
|
|
", templateName='" + templateName + '\'' +
|
|
", templateName='" + templateName + '\'' +
|
|
", templateType=" + templateType +
|
|
", templateType=" + templateType +
|