mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
订单分页回调对象null不序列化配置
This commit is contained in:
+2
@@ -1,5 +1,6 @@
|
||||
package com.cf.imes.module.executor.controller.admin.order.vo.order;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonInclude;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.*;
|
||||
|
||||
@@ -11,6 +12,7 @@ import com.alibaba.excel.annotation.*;
|
||||
@Schema(description = "管理后台 - 订单表 order_{N} Response VO")
|
||||
@Data
|
||||
@ExcelIgnoreUnannotated
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public class OrderRespVO {
|
||||
|
||||
@Schema(description = "订单号,主键", requiredMode = Schema.RequiredMode.REQUIRED, example = "15091")
|
||||
|
||||
Reference in New Issue
Block a user