Wms动态搜索与自定义列表,表单开发

yun-zuoyi
袁津哲 5 years ago
parent 29220002b1
commit 86694d3ceb

@ -8,10 +8,7 @@ import lombok.EqualsAndHashCode;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Index;
import javax.persistence.Table;
import javax.persistence.*;
/**
* @Description : WMS
@ -62,4 +59,8 @@ public class WmsSearchElement extends BaseBean {
@Column(name = "USER_CODE")
@ApiParam(value = "用户编号")
private String userCode;
private String groupName;
private String groupConnector;
}

Loading…
Cancel
Save