This commit is contained in:
van
2026-05-26 13:00:25 +08:00
parent 8f8333e324
commit a8a6d57a72
3 changed files with 44 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ public class JDOrder extends BaseEntity {
@Excel(name = "型号")
private String modelNumber;
/** 列表筛选:型号不含子串(对应 SQL NOT LIKE %值%),不入库 */
/** 列表筛选:型号不含这些子串(逗号/空格分隔,对应 SQL 多条 NOT LIKE不入库 */
@Transient
private String modelNumberExclude;