weimingfei
2025-10-31 32f1fab3ce19db6539030c5e574212552a3f3abc
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;
 
 
}