Commit c1b93241 authored by zhangsen's avatar zhangsen

结项流程修改

parent a194047c
package com.yeejoin.amos.boot.module.ugp.api.dto; package com.yeejoin.amos.boot.module.ugp.api.dto;
import com.alibaba.fastjson.JSONArray;
import com.yeejoin.amos.boot.biz.common.dto.BaseDto; import com.yeejoin.amos.boot.biz.common.dto.BaseDto;
import lombok.Data; import lombok.Data;
...@@ -19,7 +20,7 @@ public class OverProjectDto extends BaseDto { ...@@ -19,7 +20,7 @@ public class OverProjectDto extends BaseDto {
/** /**
* 竣工资料 * 竣工资料
*/ */
private Object completeFile; private JSONArray completeFile;
/** /**
* 审核意见 * 审核意见
......
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