管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-26 a532bbe01ac6e198c61db967eb4aa85ab92f71df
src/main/java/com/lf/server/entity/bs/Dlg1wveglEntity.java
@@ -1,4 +1,4 @@
package com.lf.server.entity.bd;
package com.lf.server.entity.bs;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
@@ -14,10 +14,10 @@
 */
@Data
@AllArgsConstructor
@TableName("bd.dlg_1w_vegl")
@TableName("bs.dlg_1w_vegl")
@EqualsAndHashCode(callSuper = false)
public class Dlg1wveglEntity extends BaseGeoEntity {
    private static final long serialVersionUID = 840184062644924928L;
    private static final long serialVersionUID = 704063042394846208L;
    private String maptile;