jiangping
2025-03-05 4b427634d3daa65f2a79549f11587d40ea1ec1cb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.doumee.dao.web.reqeust;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
/**
 * Created by IntelliJ IDEA.
 *
 * @Author : Rk
 * @create 2024/1/4 16:17
 */
@Data
public class CarsJobAndContractByJobIdDTO {
 
    @ApiModelProperty(value = "任务编码")
    private Integer id;
 
 
}