Commit dcc22d68 authored by wangzb's avatar wangzb

feature-wzb :项目新增第一归属和第二归属字段

parent 2f093af7
...@@ -441,4 +441,10 @@ public class TSettleDomainEkpVo implements Serializable { ...@@ -441,4 +441,10 @@ public class TSettleDomainEkpVo implements Serializable {
*/ */
@Schema(description = "BU归属") @Schema(description = "BU归属")
private String buBelong; private String buBelong;
@Schema(description = "一级指标归属",name = "firstIndicatorBelong")
private String firstIndicatorBelong ;
@Schema(description = "二级指标归属",name = "secondIndicatorBelong")
private String secondIndicatorBelong ;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment