|
@@ -52,4 +52,10 @@ public class AdminPlatform implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(value = "到岗人数限制")
|
|
|
private Integer attendance;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "安检交出图片是否必填,大于0即必填")
|
|
|
+ private Integer sucOutPic;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "安检接入图片是否必填,大于0即必填")
|
|
|
+ private Integer sucInPic;
|
|
|
}
|