refactor(bpm): 移除FinancialPaymentDO中的deptId属性为与最新业务需求保持一致,已不再需要部门id属性,因此从FinancialPaymentDO类中移除该属性。

This commit is contained in:
aikai 2024-08-18 14:26:20 +08:00
parent edb2568f33
commit 237db15944

View File

@ -33,6 +33,10 @@ public class FinancialPaymentDO extends BaseDO {
* 申请人的用户编号
*/
private Long userId;
/**
* 部门id
*/
private Long deptId;
/**
* 对应流程类型oa业务id
*/