refactor(bpm): 移除FinancialPaymentDO中的deptId属性为与最新业务需求保持一致,已不再需要部门id属性,因此从FinancialPaymentDO类中移除该属性。
This commit is contained in:
parent
edb2568f33
commit
237db15944
@ -33,6 +33,10 @@ public class FinancialPaymentDO extends BaseDO {
|
|||||||
* 申请人的用户编号
|
* 申请人的用户编号
|
||||||
*/
|
*/
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
/**
|
||||||
|
* 部门id
|
||||||
|
*/
|
||||||
|
private Long deptId;
|
||||||
/**
|
/**
|
||||||
* 对应流程类型oa业务id
|
* 对应流程类型oa业务id
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user