mirror of https://gitee.com/stylefeng/roses
【7.6.0】【menu】应用菜单返回应用图标
parent
8ba907372d
commit
2afd2bca1e
|
@ -1,5 +1,7 @@
|
|||
package cn.stylefeng.roses.kernel.sys.modular.menu.pojo.response;
|
||||
|
||||
import cn.stylefeng.roses.kernel.file.api.format.FileUrlFormatProcess;
|
||||
import cn.stylefeng.roses.kernel.rule.annotation.SimpleFieldFormat;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -28,6 +30,7 @@ public class AppGroupDetail {
|
|||
/**
|
||||
* 应用图标的文件id
|
||||
*/
|
||||
@SimpleFieldFormat(processClass = FileUrlFormatProcess.class)
|
||||
private Long appIcon;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue