|
@ -29,12 +29,12 @@ public class LayoutConfig extends Model<LayoutConfig> implements Serializable { |
|
|
String userId; |
|
|
String userId; |
|
|
@TableField(value = "tenant_id") |
|
|
@TableField(value = "tenant_id") |
|
|
String tenantId; |
|
|
String tenantId; |
|
|
@TableField(value = "top") |
|
|
|
|
|
|
|
|
@TableField(value = "top_px") |
|
|
String top; |
|
|
String top; |
|
|
@TableField(value = "left") |
|
|
|
|
|
|
|
|
@TableField(value = "left_px") |
|
|
String left; |
|
|
String left; |
|
|
@TableField(value = "height") |
|
|
|
|
|
|
|
|
@TableField(value = "height_px") |
|
|
String height; |
|
|
String height; |
|
|
@TableField(value = "width") |
|
|
|
|
|
|
|
|
@TableField(value = "width_px") |
|
|
String width; |
|
|
String width; |
|
|
} |
|
|
} |