xufenglei
2018-11-14 c398d5256db186bd280156fa63d62e13a3baa8d1
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;
}