fengxiang
2018-09-05 86916a5b7c8ed98221c03e440a9aad0f38109263
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;
}