MrShi
2024-03-17 c9fc6df4f99d82aa9a41d82ba2bb83c062144276
server/dmvisit_service/src/main/java/com/doumee/dao/admin/request/LaborConfigParam.java
@@ -7,15 +7,15 @@
public class LaborConfigParam {
    @ApiModelProperty(value = "来访预约方式")
    private String reservationWay = "";
    private Integer reservationWay;
    @ApiModelProperty(value = "被访人校验方式")
    private String checkVisit = "";
    private Integer checkVisit;
    @ApiModelProperty(value = "健康证是否必填")
    private String healthCard = "";
    private Integer healthCard;
    @ApiModelProperty(value = "劳务是否答题")
    private String isAnswer = "";
    private Integer isAnswer;
}