|
@@ -114,4 +114,8 @@ public class BilletLiftingBill implements Serializable {
|
|
|
@Excel(name = "备注", width = 15)
|
|
|
@ApiModelProperty(value = "备注")
|
|
|
private String remark;
|
|
|
+
|
|
|
+ @Excel(name = "吊运类型(0:热送,1:热装,2:堆垛)", width = 15)
|
|
|
+ @ApiModelProperty(value = "吊运类型(0:热送,1:热装,2:堆垛)")
|
|
|
+ private String liftingType;
|
|
|
}
|