zhongrj
2025-02-11 b1e8a099eb3117bcbd5f2e0c9a2eb0accabd8cbf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package org.springblade.modules.yw.vo;
 
import org.springblade.modules.yw.entity.PanoramicEntity;
import lombok.Data;
 
/**
 * 全景表 视图实体类
 *
 * @author BladeX
 * @since 2024-11-11
 */
@Data
public class PanoramicVO extends PanoramicEntity {
    private static final long serialVersionUID = 1L;
 
}