| | |
| | | package com.zy.asrs.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.core.common.Cools; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | |
| | | * ID |
| | | */ |
| | | @ApiModelProperty(value= "ID") |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | |
| | | private String docName; |
| | | |
| | | /** |
| | | * 商品编号 |
| | | * 物料号 |
| | | */ |
| | | @ApiModelProperty(value= "商品编号") |
| | | @ApiModelProperty(value= "物料号") |
| | | private String matnr; |
| | | |
| | | /** |
| | |
| | | private Double qua; |
| | | |
| | | /** |
| | | * 结果 1: 成功 0: 失败 |
| | | * 结果 1: 成功 0: 失败 |
| | | */ |
| | | @ApiModelProperty(value= "结果 1: 成功 0: 失败 ") |
| | | private Integer success; |
| | |
| | | // null, // 单据编号 |
| | | // null, // 单据类型 |
| | | // null, // 单据名称 |
| | | // null, // 商品编号 |
| | | // null, // 物料号 |
| | | // null, // 上报数量 |
| | | // null, // 结果 |
| | | // null, // 上报时间 |