bingbo
2023-11-27 a1393e6186fd11a8618d27954a63aab428477712
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.thhy.materials.modules.biz.gpsdevice.entity;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class GpsDto implements Serializable {
 
    private String pipeOutId;
 
 
}