brealinxx il y a 1 an
Parent
commit
e19e9d388a

+ 6 - 6
src/main/java/com/xjrsoft/module/outint/entity/CarOutInRecord.java

@@ -72,8 +72,8 @@ public class CarOutInRecord implements Serializable {
     /**
     * 车辆id(car_message_apply),固定车辆使用
     */
-    @ApiModelProperty("车辆id(car_message_apply),固定车辆使用")
-    private Long carMessageApplyId;
+    @ApiModelProperty("过车唯一id")
+    private String crossRecordSyscode;
     /**
     * 记录时间
     */
@@ -83,7 +83,7 @@ public class CarOutInRecord implements Serializable {
     * 人脸照片
     */
     @ApiModelProperty("人脸照片")
-    private Long facePhoto;
+    private String facePhoto;
     /**
     * 进出状态(0:进 1:出)
     */
@@ -103,11 +103,11 @@ public class CarOutInRecord implements Serializable {
     private String planNo;
 
     @ApiModelProperty("放行原因")
-    private int releaseReason;
+    private Integer releaseReason;
 
     @ApiModelProperty("放行结果")
-    private int releaseResult;
+    private Integer releaseResult;
 
     @ApiModelProperty("放行方式")
-    private int releaseWay;
+    private Integer releaseWay;
 }