优化
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package com.ruoyi.common.domain.dto;
|
||||
|
||||
import com.ruoyi.common.domain.Annex;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@ApiModel("附件对象")
|
||||
public class AnnexListDTO {
|
||||
private List<Annex> list;
|
||||
}
|
||||
Reference in New Issue
Block a user