liulin
2025-06-19 4291b79617cace8d7c3628dd8deb23eeb2747a72
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;
}