Cui Zhi Feng
2024-08-29 f3e286d281e20f64f48d48309810d5a185bc7c68
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;
}