修复bug
This commit is contained in:
parent
02547ff1a3
commit
4627f131c7
|
|
@ -8,7 +8,7 @@ public class IntelligentAnnotationServiceEntity extends BaseEntity {
|
||||||
private Long serviceId;
|
private Long serviceId;
|
||||||
private String serviceName;
|
private String serviceName;
|
||||||
private String serviceUrl;
|
private String serviceUrl;
|
||||||
private float confLevel ;
|
private Float confLevel ;
|
||||||
/**删除标志(0代表存在 1代表删除) */
|
/**删除标志(0代表存在 1代表删除) */
|
||||||
private String delFlag;
|
private String delFlag;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue