Commit e8c37277 authored by 远方不远's avatar 远方不远
parents 04b3e8b2 303e02d2
......@@ -2,6 +2,8 @@ package com.dsk.common.dtos;
import lombok.Data;
import java.util.Date;
/**
* 组合查询参数
* @author Administrator
......@@ -48,13 +50,16 @@ public class JskBidPlanDto {
String projectCapitalSource;
//发布时间
String issueTime;
//发布时间开始
Date startIssueTime;
//发布时间结束
Date endIssueTime;
//计划发布开始时间
String planTenderDateStart;
//计划发布截止时间
String planTenderDateEnd;
//来源网站
String sourceName;
/**
* 修改时间
*/
......
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