YYC
2026-04-02 23fce2cf3f14a827911a53a910b35a09d6b01330
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;
 
}