修复bug

This commit is contained in:
weiweiw 2024-12-31 14:42:04 +08:00
parent 02547ff1a3
commit 4627f131c7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public class IntelligentAnnotationServiceEntity extends BaseEntity {
private Long serviceId;
private String serviceName;
private String serviceUrl;
private float confLevel ;
private Float confLevel ;
/**删除标志0代表存在 1代表删除 */
private String delFlag;