Cui Zhi Feng
2024-09-06 ad2c3190dac22f24b043620daaf6e2d65dd3ab81
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;
}