Cui Zhi Feng
2024-09-03 ea67d330a0ff2065985bb15410c5436db7f1bd15
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;
}