Commit 6a054480 by 陶光胜

门店查询支持多个门店控件id聚合

parent 294de86e
package com.gic.store.dto;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
public class StoreColumnSet {
public class StoreColumnSet implements Serializable {
private Set<Integer> storeType = new HashSet<>();
private Set<Integer> status = new HashSet<>();
private Set<Integer> ErpStatus = new HashSet<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment