Merge branch 'feature/REQ-2106' of axzsource.com:universal/infrastructure/backend/nanopart into feature/REQ-2106
This commit is contained in:
commit
d3682980ee
@ -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