jinpengyong
2020-05-19 409851cc3f33d3fd016e20518f90a2c093e9e1db
1
2
3
4
5
6
7
8
9
10
package com.moral.entity.layout;
 
import lombok.Data;
 
@Data
public class RtdLayoutUpload {
    RealTimeDeviceLayout realTimeDeviceLayout;
    Integer organizationId;
    Integer version;
}