管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-03 9bce48a9f30f7d80c43f43f46d40df20fcb00e15
src/main/java/com/lf/server/entity/bs/Dlgrespt5000Entity.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_respt5000")
@TableName("bs.dlg_respt5000")
@EqualsAndHashCode(callSuper = false)
public class Dlgrespt5000Entity extends BaseGeoEntity {
    private static final long serialVersionUID = 895824816029437312L;
    private static final long serialVersionUID = 400898768753231872L;
    private String usercode;