feat(REQ-2106): 项目部或岗位字段拼接
This commit is contained in:
parent
978f8761d1
commit
beb9bcbca4
@ -125,6 +125,16 @@ public class MaterialResp extends PageMaterialResp {
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
protected Date createAt;
|
||||
private Date createAt;
|
||||
|
||||
/**
|
||||
* 目标投放项目部或企业
|
||||
*/
|
||||
private String targetWorkspaceOrUnit;
|
||||
|
||||
/**
|
||||
* 目标投放岗位
|
||||
*/
|
||||
private String targetUserJobCode;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user