测试环境

This commit is contained in:
赵辉
2026-06-16 17:38:38 +08:00
parent 544dc74b9e
commit 7f72ba410b
3 changed files with 41 additions and 19 deletions
@@ -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;