|
|
@ -1,15 +1,12 @@ |
|
|
|
package com.win.module.wms.controller.transferlog.vo; |
|
|
|
|
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import lombok.*; |
|
|
|
import java.util.*; |
|
|
|
import java.time.LocalDateTime; |
|
|
|
import lombok.Data; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.time.LocalDateTime; |
|
|
|
import java.time.LocalDateTime; |
|
|
|
import java.time.LocalDateTime; |
|
|
|
import javax.validation.constraints.*; |
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
import static com.win.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND; |
|
|
|
|
|
|
@ -160,4 +157,7 @@ public class TransferlogBaseVO { |
|
|
|
@NotNull(message = "到货主代码不能为空") |
|
|
|
private String toOwnerCode; |
|
|
|
|
|
|
|
@Schema(description = "乐观锁") |
|
|
|
private Integer concurrencyStamp; |
|
|
|
|
|
|
|
} |
|
|
|