liulin
2025-06-30 2728b76fa2b6ba007683646f3495ddb7ea2ebac9
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;
}