This commit is contained in:
Lemon
2023-07-19 10:04:32 +08:00
parent 6905a3f62d
commit 895938c689

View File

@@ -0,0 +1,14 @@
package com.jsowell.pile.dto;
import lombok.Data;
/**
* TODO
*
* @author Lemon
* @Date 2023/7/19 10:03
*/
@Data
public class CarVinDTO {
private String vinCode;
}