1523 钢构包信息中的【机型编号】取消必选

This commit is contained in:
10001392 2026-06-04 09:10:37 +08:00
parent 20ab09b429
commit b929add353
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class PackageAddQO {
/** /**
* 机型编号 * 机型编号
*/ */
@NotEmpty // @NotEmpty
private List<Long> modelIds; private List<Long> modelIds;
/** /**