ソースを参照

iaw vfj

master
chenchaod 1週間前
コミット
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合同序列号

読み込み中…
キャンセル
保存