You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package com.glxp.api.res.inout ;
import lombok.Data ;
import java.util.Date ;
@Data
public class IoStatOrderResponse {
private Integer id ;
/**
* 记录号
*/
private String recordKey ;
/**
* 生成时间
*/
private Date date ;
/**
* 1:年; 2.季度; 3: 月; 4: 日;
*/
private Integer type ;
/**
* 更新时间
*/
private Date updateTime ;
/**
* 表格表头
*/
private String title ;
/**
* 备注
*/
private String remark ;
/**
* 仓库编码
*/
private String deptCode ;
/**
* 仓库编码
*/
private String invCode ;
/**
* 仓库编码
*/
private String deptName ;
/**
* 仓库编码
*/
private String invName ;
private String startDate ;
private String endDate ;
private Integer status ;
private Integer statType ;
}