优化
This commit is contained in:
@@ -6,6 +6,7 @@ import com.zt.plat.module.contractorder.api.dto.order.UpdateOrderLstQtyDTO;
|
||||
import com.zt.plat.module.contractorder.enums.ApiConstants;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import jakarta.validation.Valid;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
|
||||
@@ -15,9 +15,9 @@ public class UpdateOrderLstQtyDTO {
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@Schema(description = "主键")
|
||||
@NotNull(message = "主键不能为空")
|
||||
private Long id;
|
||||
@Schema(description = "订单明细id")
|
||||
@NotNull(message = "订单明细id不能为空")
|
||||
private Long orderDetailId;
|
||||
/**
|
||||
* 已收货数量
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user