YYC
2026-02-25 e78110a459f5cacb69a101c6e4ad8b83bb0ba4e3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.fzzy.igds.app.v1.dto;
 
import lombok.Data;
 
/**
 * @Author: YYC
 * @Description:
 * @DateTime: 2026-2-5 14:38
 **/
@Data
public class PPointDto {
 
    private int z;
    private int x;
    private int y;
    private int fz;
    private Double temp;
 
}