| | |
| | | * 权限节点 |
| | | */ |
| | | @ApiModelProperty(value= "权限节点") |
| | | private Integer process; |
| | | private String process; |
| | | |
| | | /** |
| | | * 备注 |
| | |
| | | |
| | | public ProcessPermissions() {} |
| | | |
| | | public ProcessPermissions(String userName, Long userId, String priQuote, String reimburse, String standby1, String standby2, String standby3, String standby4, String standby5, String standby6, Integer process, String memo, Integer processMemo) { |
| | | public ProcessPermissions(String userName, Long userId, String priQuote, String reimburse, String standby1, String standby2, String standby3, String standby4, String standby5, String standby6, String process, String memo, Integer processMemo) { |
| | | this.userName = userName; |
| | | this.userId = userId; |
| | | this.priQuote = priQuote; |