修改数据库关键字function字段为"\"FUNCTION\""

This commit is contained in:
duwenyuan 2025-06-30 10:33:06 +08:00
parent f892d450f3
commit c02fddaf6f

View File

@ -41,7 +41,7 @@ public class GardsCalibration implements Serializable {
/**
* 拟合方程ID号统一定义
*/
@TableField(value = "FUNCTION")
@TableField(value = "\"FUNCTION\"")
private Integer function;
/**
* 拟合方程描述