소스 검색

iaw vfj

master
chenchaod 1 주 전
부모
커밋
3a22d68f55
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      zhywpt-app-iaw/src/main/java/cn/com/taiji/iaw/dto/vfj/VfjGetVehicleInfoClearRequestDTO.java

+ 1
- 2
zhywpt-app-iaw/src/main/java/cn/com/taiji/iaw/dto/vfj/VfjGetVehicleInfoClearRequestDTO.java 파일 보기

@@ -1,6 +1,5 @@
package cn.com.taiji.iaw.dto.vfj;

import cn.com.taiji.core.dto.AbstractBizRequestDTO;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
@@ -11,7 +10,7 @@ import javax.validation.constraints.NotBlank;
@Getter
@Setter
@Accessors(chain = true)
public class VfjGetVehicleInfoClearRequestDTO extends AbstractBizRequestDTO {
public class VfjGetVehicleInfoClearRequestDTO {
@NotBlank(message = "请指定OBU合同序列号")
@JsonProperty(value = "contractSN")
private String contractSn;// OBU合同序列号

Loading…
취소
저장