公告板
版本库
filestore
活动
搜索
登录
main
/
ReliabilitySimulation
可靠性仿真
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改仿真后台
xyc
2024-08-02
fdb4fb8e81081534d296b738132b51bf149c2ef5
[ReliabilitySimulation.git]
/
zt
/
core
/
src
/
main
/
java
/
com
/
zt
/
modules
/
workflowconfig
/
dto
/
FlowMenuDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.zt.modules.workflowconfig.dto;
import lombok.Data;
@Data
public class FlowMenuDto {
String roleId;
String menuId;
Long id2;
String roleId2;
String menuId2;
int isDelete2;
}