Skip to content
Snippets Groups Projects

fix 申报书管理 保存接口逻辑调整

Merged 薛亚威 requested to merge feature/xueyawei into develop
Compare and
25 files
+ 180
62
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -21,6 +21,9 @@ import java.util.List;
@EqualsAndHashCode(callSuper = true)
public class ActionFlowCmd extends BaseDto {
@ApiModelProperty(value = "申报书主键id",example = "")
private Long id;
@ApiModelProperty(value = "节点id",example = "")
private List<Long> nodeIds;