修改mapper表名
parent
9042da1063
commit
585e3f026a
|
|
@ -19,7 +19,7 @@ import java.math.BigDecimal;
|
|||
@EqualsAndHashCode(callSuper = true)
|
||||
@Schema(description="预报_降雨径流关系表")
|
||||
@Data
|
||||
@TableName("public.forecast_p_pa_r_copy1")
|
||||
@TableName("public.forecast_p_pa_r")
|
||||
public class ForecastPPaR extends GenericPageParams implements Serializable {
|
||||
|
||||
public final static String thisTableName = "ForecastPPaR";
|
||||
|
|
|
|||
Loading…
Reference in New Issue