xufenglei
2018-11-15 7e424b1482b9d8971b8b738e7a165f3b09cb29e0
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;
}