mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
启用BaseDTO, 提供给前端的接口,统一加上请求来源字段
This commit is contained in:
@@ -7,6 +7,8 @@ import lombok.experimental.SuperBuilder;
|
||||
* 基础DTO
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@SuperBuilder
|
||||
public class BaseDTO {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user