修改数据库关键字function字段为"\"FUNCTION\""
This commit is contained in:
parent
f892d450f3
commit
c02fddaf6f
|
@ -41,7 +41,7 @@ public class GardsCalibration implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 拟合方程ID号(统一定义)
|
* 拟合方程ID号(统一定义)
|
||||||
*/
|
*/
|
||||||
@TableField(value = "FUNCTION")
|
@TableField(value = "\"FUNCTION\"")
|
||||||
private Integer function;
|
private Integer function;
|
||||||
/**
|
/**
|
||||||
* 拟合方程描述
|
* 拟合方程描述
|
||||||
|
|
Loading…
Reference in New Issue
Block a user