增加更多的业务操作指令

This commit is contained in:
ccmjga
2025-06-02 10:54:57 +08:00
parent de33d29ec7
commit 6113667359
6 changed files with 230 additions and 47 deletions

View File

@@ -14,6 +14,5 @@ import lombok.NoArgsConstructor;
public class PositionRespDto {
@NotNull private Long id;
@NotEmpty private String name;
private Long parentId;
private Boolean isBound;
}