新火炬后端单体项目初始化代码
zhangherong
2 天以前 34580ceb745eaeaf6f8a6188a779c0746a23b02d
src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java
@@ -15,6 +15,7 @@
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
@@ -56,6 +57,12 @@
    @ApiModelProperty(value = "删除标记")
    @TableLogic
    private Integer delFlag;
    @Excel(name = "来源编码", width = 15)
    @ApiModelProperty(value = "来源编码")
    private String originalCode;
    @Excel(name = "来源名称", width = 15)
    @ApiModelProperty(value = "来源名称")
    private String originalName;
   /**产线ID*/
   @Excel(name = "产线ID", width = 15)
    @ApiModelProperty(value = "产线ID")
@@ -81,7 +88,12 @@
   /**入库数量*/
   @Excel(name = "入库数量", width = 15)
    @ApiModelProperty(value = "入库数量")
    private Double quantity;
    private BigDecimal quantity;
    /**入库类型*/
    @Excel(name = "入库类型", width = 15)
    @ApiModelProperty(value = "入库类型")
    @Dict(dicCode = "material_inbound_category")
    private String inboundCategory;
   /**接收人*/
   @Excel(name = "接收人", width = 15)
    @ApiModelProperty(value = "接收人")