liulin
2025-06-19 10cf2589b57d446cc372f5e18cc3193c04c1d600
1
2
3
4
5
6
7
8
9
10
11
12
package com.fengdu.gas.service.dto;
 
import com.fengdu.gas.repository.vo.NoticeVO;
import lombok.Data;
 
@Data
public class NoticeDetail extends NoticeVO {
    /**
     * 内容
     */
    private String content;
}