|
@ -7,6 +7,8 @@ import lombok.Data; |
|
|
@Schema(description = "多次喷涂每次喷涂的参数") |
|
|
@Schema(description = "多次喷涂每次喷涂的参数") |
|
|
public class SprayTimes { |
|
|
public class SprayTimes { |
|
|
|
|
|
|
|
|
|
|
|
private Long id; |
|
|
|
|
|
|
|
|
@Schema(description = "喷涂路径类型") |
|
|
@Schema(description = "喷涂路径类型") |
|
|
private String matrixPathType; |
|
|
private String matrixPathType; |
|
|
|
|
|
|
|
|