| | |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | 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; |
| | |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | @Accessors(chain = true) |
| | | @TableName("man_check_diff_item") |
| | | public class CheckDiffItem implements Serializable { |
| | | |
| | |
| | | */ |
| | | @ApiModelProperty(value= "盘点ID") |
| | | private Long checkId; |
| | | |
| | | @ApiModelProperty("任务ID") |
| | | private Long taskId; |
| | | |
| | | @ApiModelProperty("任务明细ID") |
| | | private Long taskItemId; |
| | | |
| | | /** |
| | | * 盘点单 |
| | |
| | | */ |
| | | @ApiModelProperty(value= "盘点库存") |
| | | private Double checkQty; |
| | | |
| | | /** |
| | | * 执行状态 |
| | | */ |
| | | @ApiModelProperty(value= "执行状态") |
| | | private Integer exceStatus; |
| | | |
| | | /** |
| | | * 差异原因 |
| | |
| | | |
| | | public CheckDiffItem() {} |
| | | |
| | | public CheckDiffItem(Long checkId,String orderCode,String maktx,String matnrCode,String spec,String model,String barcode,String batch,Double anfme,Double checkQty,Integer exceStatus,String reason,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public CheckDiffItem(Long checkId,String orderCode,String maktx,String matnrCode,String spec,String model,String barcode,String batch,Double anfme,Double checkQty,String reason,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.checkId = checkId; |
| | | this.orderCode = orderCode; |
| | | this.maktx = maktx; |
| | |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.checkQty = checkQty; |
| | | this.exceStatus = exceStatus; |
| | | this.reason = reason; |
| | | this.status = status; |
| | | this.deleted = deleted; |