hotfix-20260126-constructor-issue: 修复构造函数的问题
This commit is contained in:
parent
5a15941672
commit
9a5aaead19
@ -1,6 +1,8 @@
|
||||
package cn.axzo.msg.center.service.dto;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@ -8,6 +10,8 @@ import java.io.Serializable;
|
||||
* @author yanglin
|
||||
*/
|
||||
@Builder
|
||||
@Getter
|
||||
@Setter
|
||||
public class PersonV3DTO implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1231840051925115741L;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user