mirror of https://github.com/elunez/eladmin
新增删除物料资料
parent
1b116ca132
commit
dc88fe1634
|
@ -10,4 +10,11 @@ import me.zhengjie.annotation.Query;
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class MaterialInfoQueryCriteria {
|
public class MaterialInfoQueryCriteria {
|
||||||
|
|
||||||
|
@Query(type = Query.Type.INNER_LIKE)
|
||||||
|
private String name;
|
||||||
|
|
||||||
|
@Query(type = Query.Type.INNER_LIKE)
|
||||||
|
private String materialCode;
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue