Merge branch 'feature/REQ-2106' of axzsource.com:universal/infrastructure/backend/nanopart into feature/REQ-2106

This commit is contained in:
jinhaiyang 2024-04-17 21:55:59 +08:00
commit d3682980ee

View File

@ -125,6 +125,16 @@ public class MaterialResp extends PageMaterialResp {
/**
* 创建时间
*/
protected Date createAt;
private Date createAt;
/**
* 目标投放项目部或企业
*/
private String targetWorkspaceOrUnit;
/**
* 目标投放岗位
*/
private String targetUserJobCode;
}