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