liulin
2025-07-09 49aaecfb0617b0e6043147c86f3d303e9f24867e
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;
}