|
@@ -4,6 +4,8 @@ import cn.efunbox.manage.base.enums.BaseStatusEnum;
|
|
import cn.efunbox.manage.base.enums.IncomeStatusEnum;
|
|
import cn.efunbox.manage.base.enums.IncomeStatusEnum;
|
|
import cn.efunbox.manage.base.enums.ManageTypeEnum;
|
|
import cn.efunbox.manage.base.enums.ManageTypeEnum;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
+import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
+
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -35,8 +37,10 @@ public class ManageVO implements Serializable {
|
|
|
|
|
|
private Long costTypeId;
|
|
private Long costTypeId;
|
|
|
|
|
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
private Date startTime;
|
|
private Date startTime;
|
|
|
|
|
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
private Date endTime;
|
|
private Date endTime;
|
|
|
|
|
|
private List<Long> deptIds;
|
|
private List<Long> deptIds;
|