Commit 713a6491 authored by chenyuxi's avatar chenyuxi

feat: 瓜子档案提交时间查询调整

parent 07ae101e
...@@ -41,11 +41,11 @@ public class TGzEmpInfoSearchVo extends TGzEmpInfo { ...@@ -41,11 +41,11 @@ public class TGzEmpInfoSearchVo extends TGzEmpInfo {
/** /**
* 查询使用:提交档案时间开始 * 查询使用:提交档案时间开始
*/ */
private LocalDate createTimeStart; private String createTimeStart;
/** /**
* 查询使用:提交档案时间结束 * 查询使用:提交档案时间结束
*/ */
private LocalDate createTimeEnd; private String createTimeEnd;
/** /**
* @Author fxj * @Author fxj
......
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