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