src/main/java/com/dji/sample/manage/model/dto/UserLoginDTO.java @@ -11,4 +11,7 @@ @NonNull private String password; @NonNull private Integer flag; }