Cui Zhi Feng
2024-09-14 76310c8da2f8b562fc01b8513ca5c3eb76fda4cc
1
2
3
4
5
6
7
8
9
package com.mzl.flower.dto.request.content;
 
import lombok.Data;
 
@Data
public class UpdateAdvertisementDTO extends AddAdvertisementDTO{
 
    private Long id;
}