|
|
|
@ -3,11 +3,11 @@ package com.spring.modules.proofing.entity; |
|
|
|
import com.baomidou.mybatisplus.annotation.*; |
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import com.spring.common.utils.QueryPage; |
|
|
|
import com.spring.modules.quotation.entity.QuotationInformationEntity; |
|
|
|
import lombok.Data; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@ -178,6 +178,8 @@ public class ProofingInformationEntity extends QueryPage implements Serializable |
|
|
|
|
|
|
|
private Integer rejectStepId; |
|
|
|
|
|
|
|
private BigDecimal proofingAmount; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private List<ProofingDelegateAccess> delegateAccessList; |
|
|
|
} |