Skip to content

Commit

Permalink
feat:增加人员模板操作相关接口 TencentBlueKing#89
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Jan 25, 2024
1 parent 4d713ff commit e44b2bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package com.tencent.bk.sdk.iam.dto.manager.vo;

import com.tencent.bk.sdk.iam.dto.manager.SubjectTemplateInfo;
import lombok.Data;

import java.util.List;

@Data
public class SubjectTemplateVO {
int count;
List<SubjectTemplateInfo> results;
Expand Down

0 comments on commit e44b2bf

Please sign in to comment.