#fs
lsh
2024-09-10 de5451b006f1d2f3632b03ab41f8ebee1551437d
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.zy.asrs.domain.param;
 
import lombok.Data;
 
@Data
public class RingThroughParam {
    // RGV号
    private Integer index;
 
    private Double valueX;
 
    private Double valueY;
}