mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
禅道Bug416修改
This commit is contained in:
+5
-5
@@ -6,10 +6,10 @@ import lombok.Data;
|
|||||||
import org.springframework.format.annotation.DateTimeFormat;
|
import org.springframework.format.annotation.DateTimeFormat;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDate;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import static com.cf.imes.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND;
|
import static com.cf.imes.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author there
|
* @author there
|
||||||
@@ -42,9 +42,9 @@ public class OrderPageReqVOCopy extends PageParam {
|
|||||||
private Boolean twoDimensionalToolPath;
|
private Boolean twoDimensionalToolPath;
|
||||||
@Schema(description = "门板")
|
@Schema(description = "门板")
|
||||||
private Boolean isDoor;
|
private Boolean isDoor;
|
||||||
@Schema(description = "生产单订单日期", example = "[2022-07-01 00:00:00,2022-07-01 23:59:59]")
|
@Schema(description = "生产单订单日期", example = "[2022-07-01 ,2022-07-01]")
|
||||||
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY)
|
||||||
private LocalDateTime[] createTime;
|
private LocalDate[] createTime;
|
||||||
@Schema(description = "长 小范围")
|
@Schema(description = "长 小范围")
|
||||||
private BigDecimal longMinRang;
|
private BigDecimal longMinRang;
|
||||||
@Schema(description = "长 大范围")
|
@Schema(description = "长 大范围")
|
||||||
|
|||||||
@@ -177,8 +177,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cf.imes</groupId>
|
<groupId>com.cf.imes</groupId>
|
||||||
<artifactId>cf-module-prod-executor-api</artifactId>
|
<artifactId>cf-module-prod-executor-api</artifactId>
|
||||||
<version>2.0.0-jdk8-snapshot</version>
|
<version>${revision}</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
@@ -53,6 +53,7 @@ public class CuttingSaveReqVO {
|
|||||||
|
|
||||||
|
|
||||||
@Schema(description = "机台的型号-机台的ID")
|
@Schema(description = "机台的型号-机台的ID")
|
||||||
|
@NotNull(message = "机台型号不能为空")
|
||||||
private Long machineId;
|
private Long machineId;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user