@@ -2,9 +2,12 @@ package com.ruoyi.project.pssr.domain.vo;
public class TPssrCleaningVo {
- private int num;
- private String content;
- private String result;
+ private int num;//编号
+ private String content;//检查内容
+ private String result;//检查结果
+
+ public TPssrCleaningVo() {
+ }
public TPssrCleaningVo(int num, String content, String result) {
this.num = num;