加个字段

This commit is contained in:
2025-03-01 16:37:05 +08:00
parent eea1dd15b7
commit 519f9969ec
4 changed files with 57 additions and 17 deletions

View File

@@ -69,4 +69,5 @@ public class ScenicConfigEntity {
private StorageType storeType;
private String storeConfigJson;
private BigDecimal brokerDirectRate;
private Integer faceDetectHelperThreshold;
}