yangys
2025-08-22 95e63522959ff8c21381ee2a5dc85b9d44cf2949
blade-service/blade-mdm/src/main/java/org/springblade/mdm/machineback/vo/MachineBackFileHandleQueryVO.java
@@ -6,7 +6,7 @@
import org.springblade.core.mp.support.Query;
import java.time.LocalDateTime;
import org.springframework.format.annotation.DateTimeFormat;
/**
 * 分页拆线呢
 */
@@ -16,8 +16,10 @@
@Getter
public class MachineBackFileHandleQueryVO extends Query {
   @Schema(description = "确认时间-开始")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private LocalDateTime confirmTimeBegin;
   @Schema(description = "确认时间-截止")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private LocalDateTime confirmTimeEnd;
}