|
|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.biutag.supervision.pojo.dto; |
|
|
|
|
|
|
|
|
|
import com.biutag.supervision.pojo.entity.SupTaskSelfexamination; |
|
|
|
|
import com.biutag.supervision.pojo.entity.SupTaskSelfexaminationContent; |
|
|
|
|
import lombok.Getter; |
|
|
|
|
import lombok.Setter; |
|
|
|
|
@ -20,7 +19,7 @@ public class TaskSelfexaminationDto {
|
|
|
|
|
private String taskName; |
|
|
|
|
|
|
|
|
|
// 自查单位
|
|
|
|
|
private Integer supDepartId; |
|
|
|
|
private String supDepartId; |
|
|
|
|
|
|
|
|
|
// 自查类型
|
|
|
|
|
private String type; |
|
|
|
|
|