Commit c997214d authored by kang.nie@inzymeits.com's avatar kang.nie@inzymeits.com
Browse files

初始化代码

parent 741c2feb
Pipeline #3107 failed with stages
in 0 seconds
package com.cusc.nirvana.user.rnr.enterprise.dto;
import lombok.Data;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
/**
* @program: workspace-rnr-new
* @description:
* @author: lig131
* @create: 2022-04-25 10:12
**/
@Data
public class AuthInfo {
/**
* 认证文件
*/
private Map<String, List<FileInfo>> fileMap = new TreeMap<>();
private List<AuthItemInfo> authItemInfoList;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment