fix
wzy
2021-11-24 485b0820dc36e2bb94bf618173c2588cc003362a
1
2
3
4
5
6
7
8
9
10
11
package com.xzx.gc.system.dto;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class ApiNewsListDto {
 
    @ApiModelProperty(hidden = true)
    private String userId;
}