feat:处理合并问题

This commit is contained in:
曹鹏飞 2025-11-13 17:42:17 +08:00
parent 2f794b9972
commit d48defea66
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package com.nflg.wms.common.pojo.qo;
import jakarta.validation.constraints.NotNull;
import lombok.Data;
@Data
@ -9,7 +8,6 @@ public class OutProduceSearchQO extends SearchBaseQO {
/**
* 类型0领料1补料
*/
@NotNull
private Integer type;
/**