新增现金支出 打印功能
移除 备用金DO中 dept_id字段
This commit is contained in:
parent
5de1bac1d9
commit
5bd4c332ab
@ -25,7 +25,7 @@ public class BpmOACashPrintDataRespVO extends BpmOABaseRespVO {
|
|||||||
/**
|
/**
|
||||||
* 抄送用户信息
|
* 抄送用户信息
|
||||||
*/
|
*/
|
||||||
private List<BpmOAReimbursementPrintDataRespVO.CCUser> ccUsers;
|
private List<CCUser> ccUsers;
|
||||||
|
|
||||||
@Schema(description = "抄送用户信息")
|
@Schema(description = "抄送用户信息")
|
||||||
@Data
|
@Data
|
||||||
|
@ -49,11 +49,6 @@ public class BpmOAImprestDO extends BaseDO {
|
|||||||
*/
|
*/
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
/**
|
|
||||||
* 部门id
|
|
||||||
*/
|
|
||||||
private Long deptId;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 费用类型
|
* 费用类型
|
||||||
*/
|
*/
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user