Commit 73f3c1ce authored by 赵啸非's avatar 赵啸非

添加职位列表请求二层结构

parent c4c0ee8f
......@@ -3,6 +3,7 @@ package com.mortals.xhx.module.job.model;
import java.util.List;
import java.util.ArrayList;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.mortals.framework.annotation.Excel;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.module.job.model.vo.JobVo;
......@@ -19,10 +20,12 @@ public class JobEntity extends JobVo {
/**
* 分组id
*/
@JsonInclude(JsonInclude.Include.ALWAYS)
private Long groupId;
/**
* 分组名称
*/
@JsonInclude(JsonInclude.Include.ALWAYS)
private String groupName;
/**
* 职位编码
......
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