cloudroam
2024-11-08 8ddbaedd9ad4571d6478e9d6e8fa5be93514d008
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;
}