收货实体注释增加

master
cez 2022-06-23 10:33:13 +08:00
parent ad48e2034d
commit fe65d7d462
1 changed files with 12 additions and 12 deletions

View File

@ -51,34 +51,34 @@ public class WvNoticeEntity implements java.io.Serializable {
@Excel(name="商品编码") @Excel(name="商品编码")
private String goodsCode; private String goodsCode;
/**shpMingCheng*/ /**shpMingCheng*/
@Excel(name="shpMingCheng") @Excel(name="商品名称")
private String shpMingCheng; private String shpMingCheng;
/**shpTiaoMa*/ /**shpTiaoMa*/
@Excel(name="shpTiaoMa") @Excel(name="商品条码")
private String shpTiaoMa; private String shpTiaoMa;
/**cfWenCeng*/ /**cfWenCeng*/
@Excel(name="cfWenCeng") @Excel(name="存放温层")
private String cfWenCeng; private String cfWenCeng;
/**mpDanCeng*/ /**mpDanCeng*/
@Excel(name="mpDanCeng") @Excel(name="一层数量")
private String mpDanCeng; private String mpDanCeng;
/**mpCengGao*/ /**mpCengGao*/
@Excel(name="mpCengGao") @Excel(name="可堆高层数")
private String mpCengGao; private String mpCengGao;
/**tiJiCm*/ /**tiJiCm*/
@Excel(name="tiJiCm") @Excel(name="单个体积")
private String tiJiCm; private String tiJiCm;
/**数量*/ /**数量*/
@Excel(name="数量") @Excel(name="数量")
private String goodsCount; private String goodsCount;
/**goodsQmCount*/ /**goodsQmCount*/
@Excel(name="goodsQmCount") @Excel(name="检验数量")
private String goodsQmCount; private String goodsQmCount;
/**grCount*/ /**grCount*/
@Excel(name="grCount") @Excel(name="未清数量")
private Double grCount; private Double grCount;
/**shlDanWei*/ /**shlDanWei*/
@Excel(name="shlDanWei") @Excel(name="单位")
private String shlDanWei; private String shlDanWei;
/**体积*/ /**体积*/
@Excel(name="体积") @Excel(name="体积")
@ -87,13 +87,13 @@ public class WvNoticeEntity implements java.io.Serializable {
@Excel(name="重量") @Excel(name="重量")
private String goodsWeight; private String goodsWeight;
/**lastgrdate*/ /**lastgrdate*/
@Excel(name="lastgrdate",format = "yyyy-MM-dd") @Excel(name="最后收货日期",format = "yyyy-MM-dd")
private Date lastgrdate; private Date lastgrdate;
/**preprodate*/ /**preprodate*/
@Excel(name="preprodate") @Excel(name="生产日期")
private String preprodate; private String preprodate;
/**recDeg*/ /**recDeg*/
@Excel(name="recDeg") @Excel(name="收货温度")
private String recDeg; private String recDeg;
/** /**