chore[entity]: comment

This commit is contained in:
godotg
2024-06-26 17:57:27 +08:00
parent 58f484fd5c
commit 4e50f8b2b0
@@ -429,7 +429,7 @@ public class OrmManager implements IOrmManager {
} else if (idFieldType.equals(ObjectId.class)) {
idFiledValue = new ObjectId();
} else {
throw new RunException("orm only supports int long float double String");
throw new RunException("orm id field only supports int long float double String ObjectId");
}
if (!idField.getName().equals("id")) {