|
|
|
@ -35,19 +35,19 @@ import org.springblade.core.tenant.mp.TenantEntity;
|
|
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
|
public class AftersalesCustomerMallEntity extends TenantEntity { |
|
|
|
|
/** |
|
|
|
|
* |
|
|
|
|
*客服ID |
|
|
|
|
*/ |
|
|
|
|
private Long customerServiceId; |
|
|
|
|
/** |
|
|
|
|
* |
|
|
|
|
*商场ID |
|
|
|
|
*/ |
|
|
|
|
private Long clientId; |
|
|
|
|
/** |
|
|
|
|
* |
|
|
|
|
*客服名称 |
|
|
|
|
*/ |
|
|
|
|
private String customerServiceName; |
|
|
|
|
/** |
|
|
|
|
* |
|
|
|
|
*商场名称 |
|
|
|
|
*/ |
|
|
|
|
private String clientName; |
|
|
|
|
/** |
|
|
|
|