| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** 主键 */ |
| | | private String id; |
| | | private Integer id; |
| | | |
| | | /** 出入库单子号 */ |
| | | @Excel(name = "出入库单子号") |
| | |
| | | /** 设备id */ |
| | | private String deviceId; |
| | | |
| | | /** 设备编码 */ |
| | | private String deviceCode; |
| | | |
| | | /** 设备名称 */ |
| | | @Excel(name = "设备名称") |
| | | private String deviceName; |
| | | |
| | | /** 出入库类型(in /out) */ |
| | | @Excel(name = "出入库类型", readConverterExp = "i=n,/=out") |
| | | /** 类型(设备,材料) */ |
| | | @Excel(name = "出入库类型", readConverterExp = "类型(设备,材料)") |
| | | private String type; |
| | | |
| | | /** 出入库时间 */ |
| | | @Excel(name = "出入库时间") |
| | | private String transactionDate; |
| | | /** 出库时间 */ |
| | | @Excel(name = "出库时间") |
| | | private String outboundDate; |
| | | |
| | | /** 入库时间 */ |
| | | @Excel(name = "入库时间") |
| | | private String inboundDate; |
| | | |
| | | /** 经办人 */ |
| | | @Excel(name = "经办人") |
| | | private String optUser; |
| | | |
| | | /** 使用人 */ |
| | | @Excel(name = "使用人") |
| | | @Excel(name = "负责人") |
| | | private String applyUser; |
| | | |
| | | /** 出入库数量 */ |
| | |
| | | /** 时间 */ |
| | | private Date createDate; |
| | | |
| | | public void setId(String id) |
| | | { |
| | | public Integer getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getId() |
| | | { |
| | | return id; |
| | | } |
| | | public void setCode(String code) |
| | | public void setCode(String code) |
| | | { |
| | | this.code = code; |
| | | } |
| | |
| | | this.deviceName = deviceName; |
| | | } |
| | | |
| | | public String getDeviceName() |
| | | public String getDeviceCode() { |
| | | return deviceCode; |
| | | } |
| | | |
| | | public void setDeviceCode(String deviceCode) { |
| | | this.deviceCode = deviceCode; |
| | | } |
| | | |
| | | public String getDeviceName() |
| | | { |
| | | return deviceName; |
| | | } |
| | |
| | | this.type = type; |
| | | } |
| | | |
| | | public String getType() |
| | | { |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | public void setTransactionDate(String transactionDate) |
| | | { |
| | | this.transactionDate = transactionDate; |
| | | |
| | | public String getOutboundDate() { |
| | | return outboundDate; |
| | | } |
| | | |
| | | public String getTransactionDate() |
| | | { |
| | | return transactionDate; |
| | | public void setOutboundDate(String outboundDate) { |
| | | this.outboundDate = outboundDate; |
| | | } |
| | | public void setOptUser(String optUser) |
| | | { |
| | | |
| | | public String getInboundDate() { |
| | | return inboundDate; |
| | | } |
| | | |
| | | public void setInboundDate(String inboundDate) { |
| | | this.inboundDate = inboundDate; |
| | | } |
| | | |
| | | public void setOptUser(String optUser) { |
| | | this.optUser = optUser; |
| | | } |
| | | |
| | | public String getOptUser() |
| | | public String getOptUser() |
| | | { |
| | | return optUser; |
| | | } |
| | |
| | | .append("projectId", getProjectId()) |
| | | .append("projectName", getProjectName()) |
| | | .append("deviceId", getDeviceId()) |
| | | .append("deviceCode", getDeviceCode()) |
| | | .append("deviceName", getDeviceName()) |
| | | .append("type", getType()) |
| | | .append("transactionDate", getTransactionDate()) |
| | | .append("optUser", getOptUser()) |
| | | .append("applyUser", getApplyUser()) |
| | | .append("number", getNumber()) |