|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.xydl.cac.entity;
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonInclude;
|
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
import lombok.AllArgsConstructor;
|
|
|
|
@ -8,13 +9,9 @@ import lombok.Data;
|
|
|
|
|
import lombok.NoArgsConstructor;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @author jignjing
|
|
|
|
|
* @date 2024-01-31
|
|
|
|
|
**/
|
|
|
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
|
|
|
@Data
|
|
|
|
|
@Builder
|
|
|
|
|
@AllArgsConstructor
|
|
|
|
|