陶杰
2024-09-19 5c57ed6a4fb53d016e0d77864d0a4a8341bd4efb
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;
}