How to add id and createdDate while mapping with mapstruct?

后端 未结 0 579
孤街浪徒
孤街浪徒 2021-01-31 00:32

Hi I have a entity;

@Entity
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class Transaction {

    @Id
    @GeneratedValue(strategy = GenerationTy         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题