-
本來是空的,在dto加上`@ApiProperty()`就會出現了。
-
-
Is there a way to set the destination object with null value?
I have this:
```java
public class Person {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;…
-
## Expected Behavior
EntitySuffix should just append a suffix to generated entities
## Actual Behavior
When specifying an entity suffix, like "Dto" for example, the subsequent generated Dto f…
-
```
The RoomClient Object is getting bigger an bigger.
Its not useful anymore to send the hole RoomClient Object to the Clients.
It should only contain the necessary information in each call that
cu…
-
I want to validate my models by fluent validation. When I apply your documentation codes about fluent validation, it didnt work.
1- Install [Abp.FluentValidation](https://www.nuget.org/packages/Ab…
-
**DoD**
1. The current structure of contracts requires the use of `Awaited` to obtain the shape of DTOs. This should be improved.
-
My code is receiving ODTs from slave DAQ configuration.
I had to study the pyxcp code to understand that self.cro_callback can be set in order to get notifications on reception of DTOs.
Even tho…
-
Maybe we should move all DTOs into the single jar file? It would be useful for testing.
-
Hello !
This issue is more like a question that I feel like is not mentioned anywhere in the docs. Traditionally, when making a search form with filters (for example, let's say a global search), I …