1
This commit is contained in:
@@ -31,7 +31,7 @@ public class JDOrder extends BaseEntity {
|
||||
@Excel(name = "型号")
|
||||
private String modelNumber;
|
||||
|
||||
/** 列表筛选:型号不含此子串(对应 SQL NOT LIKE %值%),不入库 */
|
||||
/** 列表筛选:型号不含这些子串(逗号/空格分隔,对应 SQL 多条 NOT LIKE),不入库 */
|
||||
@Transient
|
||||
private String modelNumberExclude;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user