|
@@ -6,6 +6,8 @@ import com.jeeplus.core.query.QueryType;
|
|
|
import com.jeeplus.core.service.dto.BaseDTO;
|
|
|
import com.jeeplus.sys.service.dto.OfficeDTO;
|
|
|
import com.jeeplus.sys.service.dto.UserDTO;
|
|
|
+import com.jeeplus.test.cw.common.flowable.dto.CommitParamDTO;
|
|
|
+import com.jeeplus.test.cw.projectRecords.domain.CwProjectRecords;
|
|
|
import com.jeeplus.test.cw.workClientInfo.service.dto.CwWorkClientBaseDTO;
|
|
|
import com.jeeplus.test.workContract.service.dto.WorkAttachmentDto;
|
|
|
import lombok.Data;
|
|
@@ -144,4 +146,14 @@ public class CwProjectRecordsDTO extends BaseDTO {
|
|
|
* 合同名称
|
|
|
*/
|
|
|
private String contractName;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 流程通过参数
|
|
|
+ */
|
|
|
+ private CommitParamDTO<CwProjectRecords> commitParamDTO;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 创建人id
|
|
|
+ */
|
|
|
+ private String createId;
|
|
|
}
|