陶杰
2024-12-17 eb1633788e987e59fc28983bc9bb92c3e5a37a2a
1
2
3
4
5
6
7
8
9
10
11
package com.mzl.flower.dto.request.customer;
 
import lombok.Data;
 
@Data
public class ChangePartnerDTO {
 
    private Long id;
 
    private Long partnerId; //为空表示解绑,不为空表示变更
}