fei
5 天以前 2d59c3e55978bd93741dae7a8ff21cf63b9ecf25
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.domain.vo;
 
import com.ruoyi.common.annotation.Excel;
import lombok.Data;
 
@Data
public class DocumentMaterialFileStyle {
    /** 档案号 */
//    @Excel(name = "档案号")
    private int cnt;
    /** 档案管(室)号 */
//    @Excel(name = "档案管(室)号")
    private String fileStyle;
}