
4 changed files with 17 additions and 1 deletions
@ -1,19 +1,26 @@ |
|||
package com.yxt.anrui.scm.api.scmvehiclepatrolinspection; |
|||
|
|||
import com.yxt.common.core.vo.Vo; |
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
import org.springframework.beans.factory.annotation.Autowired; |
|||
|
|||
@Data |
|||
public class AppScmVehiclePatrolinspectionPageVo implements Vo { |
|||
|
|||
@ApiModelProperty("记录sid") |
|||
private String sid; |
|||
|
|||
@ApiModelProperty("车架号") |
|||
private String vin; |
|||
|
|||
@ApiModelProperty("上次巡检日期") |
|||
private String newInspectionDate; |
|||
|
|||
@ApiModelProperty("上次巡检人员") |
|||
private String newInspectionName; |
|||
|
|||
@ApiModelProperty("存放地点") |
|||
private String warehouse; |
|||
|
|||
} |
|||
|
Loading…
Reference in new issue