测试环境
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ package com.mhd.user.interfaces.dto.addDTO;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.mhd.common.core.annotation.Excel;
|
||||
import com.mhd.common.core.annotation.fieldsetvalue.NeedSetValue;
|
||||
import com.mhd.user.domain.userAggregate.entity.UserShipperEntity;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
@@ -198,7 +199,7 @@ public class UserShipperDTO extends UserDTO {
|
||||
private String customerNcCode;
|
||||
|
||||
@ApiModelProperty("客户nc编码列表")
|
||||
private List<String> customerNcCodeList;
|
||||
private List<UserShipperEntity> customerNcCodeList;
|
||||
|
||||
@ApiModelProperty("组织ID")
|
||||
private Long organizationId;
|
||||
|
||||
Reference in New Issue
Block a user