fei
5 天以前 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8
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;
}