| | |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.matrix.core.pojo.EntityDTO; |
| | | import com.matrix.system.hive.plugin.util.DateUtils; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.util.Date; |
| | |
| | | /** |
| | | * 用于对查询的参数 |
| | | */ |
| | | @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_MM) |
| | | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM) |
| | | private Date beginTime; |
| | | |
| | | @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_MM) |
| | | @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM) |
| | | private Date endTime; |
| | | |
| | | private Long shopId; |