Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -6,8 +6,24 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class IntContractPageReq extends PageParam {
|
||||
@Schema(description = "合同编号")
|
||||
private String contractCode;
|
||||
|
||||
// 合同名称:模糊搜索
|
||||
@Schema(description = "合同名称")
|
||||
private String contractName;
|
||||
// 合同有效期起:日期选择
|
||||
@Schema(description = "合同有效期起")
|
||||
private String contractStartDate;
|
||||
// 合同有效期止:日期选择
|
||||
@Schema(description = "合同有效期止")
|
||||
private String contractEndDate;
|
||||
// 合同版本号:精确搜索 TODO 不确定
|
||||
// 签约地:模糊搜索
|
||||
@Schema(description = "签约地")
|
||||
private String signSite;
|
||||
// 经办人姓名:模糊搜索
|
||||
@Schema(description = "经办人姓名")
|
||||
private String createdUserName;
|
||||
// 签约日期: 模糊搜索
|
||||
@Schema(description = "签约日期")
|
||||
private String signDate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user