更改了query.Result的路径及命名
parent
762c4814e3
commit
9ac3eb04ec
|
@ -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;
|
Loading…
Reference in New Issue