管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-16 652a5eca0e6df9a565eb98026ba320dc3638cd11
src/main/java/com/lf/server/entity/bs/GgroundcollapseEntity.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;
@@ -7,6 +7,7 @@
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.time.LocalDate;
/**
 * Ggroundcollapse
@@ -14,10 +15,10 @@
 */
@Data
@AllArgsConstructor
@TableName("bd.g_ground_collapse")
@TableName("bs.g_ground_collapse")
@EqualsAndHashCode(callSuper = false)
public class GgroundcollapseEntity extends BaseGeoEntity {
    private static final long serialVersionUID = 341835049140190272L;
    private static final long serialVersionUID = 475362344400660288L;
    private String number;