新增删除物料资料

pull/451/head
starrysky 2019-07-28 11:26:34 +08:00
parent 1b116ca132
commit dc88fe1634
1 changed files with 7 additions and 0 deletions

View File

@ -10,4 +10,11 @@ import me.zhengjie.annotation.Query;
*/
@Data
public class MaterialInfoQueryCriteria {
@Query(type = Query.Type.INNER_LIKE)
private String name;
@Query(type = Query.Type.INNER_LIKE)
private String materialCode;
}