feat: bug-935 钢结构订单缺件功能优化

This commit is contained in:
曹鹏飞 2025-12-02 09:48:15 +08:00
parent 0762d58582
commit 6d0aad6ab4
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.NotBlank;
import jakarta.validation.constraints.NotNull;
import lombok.Data;
@ -16,6 +15,5 @@ public class StructuralPackageOrderItemRemarkQO {
/**
* 备注
*/
@NotBlank
private String remark;
}