-
-
# 1. Entity
*BaseOrder*
```java
@Entity
public interface BaseOrder extends BaseEntity {
/**
* 地址详情
*/
@Serialized
@Null
AddressView address();
}
```
*Address…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
In ABP we have to create AutoMapper…
-
### Description
Hey,
currently we observe the following issue. We often have the term `DTO` in our controller functions. While we consistently use the term `DTO` in our controller functions, we …
-
**API Platform version(s) affected**: 4.0.7 +
**Description**
With custom resource and use parameter "output" for custom dto return in response full "@ context" . In version 4.0.6 and below not.…
-
环境:hyperf 3.1 php 8.1
```sh
composer test
// 省略......
PHPUnit 10.5.38 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.29
Configuration: /workingDir/tmp/pro1/phpunit.xml.dist
…
-
Hey
While skimming through the [ADR on CQRS](https://github.com/victorrentea/clean-architecture/blob/master/adr/adr-007-use-cased-optimized-query.md), I noticed a remark:
> Coupling - this repos…
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/baomid…
-
1. **DTO 및 엔티티 클래스에서 Setter 메서드 제거**
- 모든 Setter 메서드를 삭제하여 외부에서 객체의 상태를 임의로 변경할 수 없도록 합니다.
- 클래스 필드를 `final`로 선언하여 한 번 설정된 이후에는 변경할 수 없도록 설정합니다.
2. **생성자(Constructor)를 통한 초기화**
```j…
-
**API Platform version(s) affected**: api-platform/laravel 4.0.3
**Description**
When attempting to use Data Transfer Objects (DTOs) with Laravel, as described in the documentation, I encounter …
noweh updated
1 month ago