feat:handleDecorationTeam
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.cool.store.request.decoration;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/11/3 16:00
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class UpdateConstructionTeamRequest {
|
||||
|
||||
private Long id;
|
||||
|
||||
private Long teamId;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user