feat: 一些优化

This commit is contained in:
曹鹏飞 2025-10-11 15:21:48 +08:00
parent f45a3f4ba1
commit e8cdf75359
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ public class OutProduceSubmitQO {
/**
* 仓库编号
*/
@NotBlank
// @NotBlank
private String lgort;
/**

View File

@ -42,7 +42,7 @@ public class WarehouseAddQO {
/**
* 是否启用
*/
@NotBlank
@NotNull
private Boolean enable;
/**