Commit 96e321fd by zhangtw

导入新建类与模板

parent 9d95b93c
package com.scpyun.platform.jilinsscgsdp.bean.entity;
import com.alibaba.excel.annotation.ExcelProperty;
import lombok.Data;
@Data
public class InboundImp {
@ExcelProperty(value = "入库单号", index = 0)
private String inbound_no;
@ExcelProperty(value = "批次号", index = 1)
private String batch_no;
@ExcelProperty(value = "入库日期", index = 2)
private String inbound_date;
@ExcelProperty(value = "存放位置", index = 3)
private String storage_location;
@ExcelProperty(value = "备注", index = 4)
private String remark;
@ExcelProperty(value = "物料编号", index = 5)
private String material_code;
@ExcelProperty(value = "物料名称", index = 6)
private String material_name;
@ExcelProperty(value = "入库数量", index = 7)
private String inbound_quantity;
@ExcelProperty(value = "单价", index = 8)
private String unit_price;
@ExcelProperty(value = "生产日期", index = 9)
private String production_date;
@ExcelProperty(value = "有效期至", index = 10)
private String expiry_date;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论