更改了query.Result的路径及命名

master
ArgonarioD 2022-07-07 09:37:16 +08:00
parent 762c4814e3
commit 9ac3eb04ec
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package cn.edu.hfut.rmdjzz.projectmanagement.entity.query; package cn.edu.hfut.rmdjzz.projectmanagement.entity.dto;
import lombok.Data; import lombok.Data;
@ -8,7 +8,7 @@ import lombok.Data;
*/ */
@Data @Data
public class ResultProjectGroup { public class ProjectGroupDto {
Integer staffId; Integer staffId;
String staffFullname; String staffFullname;
Integer projectId; Integer projectId;