rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Purchase.java
@@ -2,6 +2,8 @@ import java.text.SimpleDateFormat; import java.util.Date; import lombok.experimental.Accessors; import org.springframework.format.annotation.DateTimeFormat; import java.text.SimpleDateFormat; import java.util.Date; @@ -28,6 +30,7 @@ import java.util.Date; @Data @Accessors(chain = true) @TableName("man_purchase") public class Purchase implements Serializable { @@ -80,7 +83,7 @@ /** * 已收货数量 */ @ApiModelProperty(value= "已收货数量") @ApiModelProperty(value= "收货中数量") private Double workQty; /**