feat:处理合并问题
This commit is contained in:
parent
2f794b9972
commit
d48defea66
|
|
@ -1,6 +1,5 @@
|
||||||
package com.nflg.wms.common.pojo.qo;
|
package com.nflg.wms.common.pojo.qo;
|
||||||
|
|
||||||
import jakarta.validation.constraints.NotNull;
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
|
|
@ -9,7 +8,6 @@ public class OutProduceSearchQO extends SearchBaseQO {
|
||||||
/**
|
/**
|
||||||
* 类型,0:领料;1:补料
|
* 类型,0:领料;1:补料
|
||||||
*/
|
*/
|
||||||
@NotNull
|
|
||||||
private Integer type;
|
private Integer type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue