车辆出入厂流程管理添加图片

This commit is contained in:
王帅 2025-06-10 17:40:06 +08:00
parent 1e5d89a6e6
commit 7ce1305edc

View File

@ -103,6 +103,10 @@ public class VehicleInOut implements Serializable {
@Dict(dicCode = "currentStatus") @Dict(dicCode = "currentStatus")
@ApiModelProperty(value = "当前状态") @ApiModelProperty(value = "当前状态")
private java.lang.String currentStatus; private java.lang.String currentStatus;
private java.lang.String picture1;
private java.lang.String picture2;
private java.lang.String picture3;
private java.lang.String picture4;
/**对接人姓名*/ /**对接人姓名*/
@Excel(name = "对接人姓名", width = 15) @Excel(name = "对接人姓名", width = 15)
@ApiModelProperty(value = "对接人姓名") @ApiModelProperty(value = "对接人姓名")