mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 23:57:12 +08:00
bugfix
This commit is contained in:
@@ -6,7 +6,7 @@ import lombok.Data;
|
|||||||
|
|
||||||
import org.hibernate.annotations.Comment;
|
import org.hibernate.annotations.Comment;
|
||||||
|
|
||||||
import java.time.LocalDate;
|
import java.time.LocalDateTime;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@@ -46,8 +46,8 @@ month
|
|||||||
*/
|
*/
|
||||||
private List<FieldInfo> fieldInfos;
|
private List<FieldInfo> fieldInfos;
|
||||||
|
|
||||||
private LocalDate startTime;
|
private LocalDateTime startTime;
|
||||||
private LocalDate endTime;
|
private LocalDateTime endTime;
|
||||||
|
|
||||||
/** 过滤条件 */
|
/** 过滤条件 */
|
||||||
private List<String> supplierIds;
|
private List<String> supplierIds;
|
||||||
|
|||||||
Reference in New Issue
Block a user