浏览代码

iaw vfj

master
chenchaod 5 天前
父节点
当前提交
3a22d68f55

+ 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合同序列号

正在加载...
取消
保存