|
@@ -0,0 +1,194 @@
|
|
|
+package org.jeecg.modules.splt.entity;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
+import lombok.Data;
|
|
|
+import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import org.springframework.format.annotation.DateTimeFormat;
|
|
|
+import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
+import java.util.Date;
|
|
|
+import io.swagger.annotations.ApiModel;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @Description: 装箱单子表
|
|
|
+ * @Author: jeecg-boot
|
|
|
+ * @Date: 2022-07-06
|
|
|
+ * @Version: V1.0
|
|
|
+ */
|
|
|
+@Data
|
|
|
+@TableName("sy_packing_list_tailoring_item")
|
|
|
+@ApiModel(value="sy_packing_list_tailoring对象", description="装箱单主表")
|
|
|
+public class syPackingListTailoringItem implements Serializable {
|
|
|
+ private static final long serialVersionUID = 1L;
|
|
|
+
|
|
|
+ /**主键*/
|
|
|
+ @TableId(type = IdType.ASSIGN_ID)
|
|
|
+ @ApiModelProperty(value = "主键")
|
|
|
+ private java.lang.String id;
|
|
|
+ /**装箱单主表id*/
|
|
|
+ @ApiModelProperty(value = "装箱单主表id")
|
|
|
+ private java.lang.String syPackingListTailoringId;
|
|
|
+ /**预装箱单主表id*/
|
|
|
+ @Excel(name = "预装箱单主表id", width = 15)
|
|
|
+ @ApiModelProperty(value = "预装箱单主表id")
|
|
|
+ private java.lang.String syPreAssembledPackingListId;
|
|
|
+ /**预装箱单子表id*/
|
|
|
+ @Excel(name = "预装箱单子表id", width = 15)
|
|
|
+ @ApiModelProperty(value = "预装箱单子表id")
|
|
|
+ private java.lang.String syPreAssembledPackingListItemId;
|
|
|
+ /**帐套*/
|
|
|
+ @Excel(name = "帐套", width = 15)
|
|
|
+ @ApiModelProperty(value = "帐套")
|
|
|
+ private java.lang.String acSetNo;
|
|
|
+ /**成衣工厂*/
|
|
|
+ @Excel(name = "成衣工厂", width = 15)
|
|
|
+ @ApiModelProperty(value = "成衣工厂")
|
|
|
+ private java.lang.String garmentFactory;
|
|
|
+ /**HOD*/
|
|
|
+ @Excel(name = "HOD", width = 15)
|
|
|
+ @ApiModelProperty(value = "HOD")
|
|
|
+ private java.lang.String hod;
|
|
|
+ /**STYLE NO*/
|
|
|
+ @Excel(name = "STYLE NO", width = 15)
|
|
|
+ @ApiModelProperty(value = "STYLE NO")
|
|
|
+ private java.lang.String styleNo;
|
|
|
+ /**PO NO.*/
|
|
|
+ @Excel(name = "PO NO.", width = 15)
|
|
|
+ @ApiModelProperty(value = "PO NO.")
|
|
|
+ private java.lang.String poNo;
|
|
|
+ /**ITEM NO./SKU NO./UPC NO./PACKSCODE*/
|
|
|
+ @Excel(name = "ITEM NO./SKU NO./UPC NO./PACKSCODE", width = 15)
|
|
|
+ @ApiModelProperty(value = "ITEM NO./SKU NO./UPC NO./PACKSCODE")
|
|
|
+ private java.lang.String itemCode;
|
|
|
+ /**分销点/DC/LABEL*/
|
|
|
+ @Excel(name = "分销点/DC/LABEL", width = 15)
|
|
|
+ @ApiModelProperty(value = "分销点/DC/LABEL")
|
|
|
+ private java.lang.String distributionPoint;
|
|
|
+ /**PREPACK SKU*/
|
|
|
+ @Excel(name = "PREPACK SKU", width = 15)
|
|
|
+ @ApiModelProperty(value = "PREPACK SKU")
|
|
|
+ private java.lang.String prepackSku;
|
|
|
+ /**尺码*/
|
|
|
+ @Excel(name = "尺码", width = 15)
|
|
|
+ @ApiModelProperty(value = "尺码")
|
|
|
+ private java.lang.String size;
|
|
|
+ /**启始箱号*/
|
|
|
+ @Excel(name = "启始箱号", width = 15)
|
|
|
+ @ApiModelProperty(value = "启始箱号")
|
|
|
+ private java.lang.String startingBoxNumber;
|
|
|
+ /**结束箱号*/
|
|
|
+ @Excel(name = "结束箱号", width = 15)
|
|
|
+ @ApiModelProperty(value = "结束箱号")
|
|
|
+ private java.lang.String endCaseNumber;
|
|
|
+ /**颜色(中英文)*/
|
|
|
+ @Excel(name = "颜色(中英文)", width = 15)
|
|
|
+ @ApiModelProperty(value = "颜色(中英文)")
|
|
|
+ private java.lang.String colour;
|
|
|
+ /**件数/箱*/
|
|
|
+ @Excel(name = "件数/箱", width = 15)
|
|
|
+ @ApiModelProperty(value = "件数/箱")
|
|
|
+ private java.math.BigDecimal piecesBox;
|
|
|
+ /**箱数*/
|
|
|
+ @Excel(name = "箱数", width = 15)
|
|
|
+ @ApiModelProperty(value = "箱数")
|
|
|
+ private java.math.BigDecimal boxNumber;
|
|
|
+ /**总件数*/
|
|
|
+ @Excel(name = "总件数", width = 15)
|
|
|
+ @ApiModelProperty(value = "总件数")
|
|
|
+ private java.math.BigDecimal total;
|
|
|
+ /**净重/箱*/
|
|
|
+ @Excel(name = "净重/箱", width = 15)
|
|
|
+ @ApiModelProperty(value = "净重/箱")
|
|
|
+ private java.math.BigDecimal netWeight;
|
|
|
+ /**总净重*/
|
|
|
+ @Excel(name = "总净重", width = 15)
|
|
|
+ @ApiModelProperty(value = "总净重")
|
|
|
+ private java.math.BigDecimal totalNetWeight;
|
|
|
+ /**毛重/箱*/
|
|
|
+ @Excel(name = "毛重/箱", width = 15)
|
|
|
+ @ApiModelProperty(value = "毛重/箱")
|
|
|
+ private java.math.BigDecimal grossWeight;
|
|
|
+ /**总毛重*/
|
|
|
+ @Excel(name = "总毛重", width = 15)
|
|
|
+ @ApiModelProperty(value = "总毛重")
|
|
|
+ private java.math.BigDecimal totalGrossWeight;
|
|
|
+ /**外箱长度*/
|
|
|
+ @Excel(name = "外箱长度", width = 15)
|
|
|
+ @ApiModelProperty(value = "外箱长度")
|
|
|
+ private java.math.BigDecimal outerBoxLength;
|
|
|
+ /**外箱宽度*/
|
|
|
+ @Excel(name = "外箱宽度", width = 15)
|
|
|
+ @ApiModelProperty(value = "外箱宽度")
|
|
|
+ private java.math.BigDecimal outerBoxWidth;
|
|
|
+ /**外箱高度*/
|
|
|
+ @Excel(name = "外箱高度", width = 15)
|
|
|
+ @ApiModelProperty(value = "外箱高度")
|
|
|
+ private java.math.BigDecimal outerBoxHeight;
|
|
|
+ /**总体积*/
|
|
|
+ @Excel(name = "总体积", width = 15)
|
|
|
+ @ApiModelProperty(value = "总体积")
|
|
|
+ private java.math.BigDecimal totalVolume;
|
|
|
+ /**净净重*/
|
|
|
+ @Excel(name = "净净重", width = 15)
|
|
|
+ @ApiModelProperty(value = "净净重")
|
|
|
+ private java.math.BigDecimal netWeightToo;
|
|
|
+ /**单价*/
|
|
|
+ @Excel(name = "单价", width = 15)
|
|
|
+ @ApiModelProperty(value = "单价")
|
|
|
+ private java.math.BigDecimal unitPrice;
|
|
|
+ /**总价*/
|
|
|
+ @Excel(name = "总价", width = 15)
|
|
|
+ @ApiModelProperty(value = "总价")
|
|
|
+ private java.math.BigDecimal totalPrice;
|
|
|
+ /**备注*/
|
|
|
+ @Excel(name = "备注", width = 15)
|
|
|
+ @ApiModelProperty(value = "备注")
|
|
|
+ private java.lang.Object remarks;
|
|
|
+ /**创建人*/
|
|
|
+ @Excel(name = "创建人", width = 15)
|
|
|
+ @ApiModelProperty(value = "创建人")
|
|
|
+ private java.lang.String createBy;
|
|
|
+ /**创建日期*/
|
|
|
+ @Excel(name = "创建日期", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "创建日期")
|
|
|
+ private java.util.Date createTime;
|
|
|
+ /**修改人*/
|
|
|
+ @Excel(name = "修改人", width = 15)
|
|
|
+ @ApiModelProperty(value = "修改人")
|
|
|
+ private java.lang.String updateBy;
|
|
|
+ /**修改日期*/
|
|
|
+ @Excel(name = "修改日期", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
+ @ApiModelProperty(value = "修改日期")
|
|
|
+ private java.util.Date updateTime;
|
|
|
+ /**组织*/
|
|
|
+ @Excel(name = "组织", width = 15)
|
|
|
+ @ApiModelProperty(value = "组织")
|
|
|
+ private java.lang.String pkOrg;
|
|
|
+ /**删除状态*/
|
|
|
+ @Excel(name = "删除状态", width = 15)
|
|
|
+ @ApiModelProperty(value = "删除状态")
|
|
|
+ private java.lang.String delFlag;
|
|
|
+ /**备注*/
|
|
|
+ @Excel(name = "备注", width = 15)
|
|
|
+ @ApiModelProperty(value = "备注")
|
|
|
+ private java.lang.Object memo;
|
|
|
+ /**排序*/
|
|
|
+ @Excel(name = "排序", width = 15)
|
|
|
+ @ApiModelProperty(value = "排序")
|
|
|
+ private java.lang.Integer sort;
|
|
|
+ /**配码*/
|
|
|
+ @Excel(name = "配码", width = 15)
|
|
|
+ @ApiModelProperty(value = "配码")
|
|
|
+ private java.lang.String withCode;
|
|
|
+ /**存货名称*/
|
|
|
+ @Excel(name = "存货名称", width = 15)
|
|
|
+ @ApiModelProperty(value = "存货名称")
|
|
|
+ private java.lang.String inventoryName;
|
|
|
+}
|