|
|
@ -1,15 +1,12 @@
|
|
|
|
package org.jeecg.modules.demo.erp.vo;
|
|
|
|
package org.jeecg.modules.demo.erp.vo;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
import org.jeecg.modules.demo.erp.entity.Order;
|
|
|
|
|
|
|
|
import org.jeecg.modules.demo.erp.entity.OrderDetail;
|
|
|
|
import org.jeecg.modules.demo.erp.entity.OrderDetail;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
|
import org.jeecgframework.poi.excel.annotation.ExcelEntity;
|
|
|
|
|
|
|
|
import org.jeecgframework.poi.excel.annotation.ExcelCollection;
|
|
|
|
import org.jeecgframework.poi.excel.annotation.ExcelCollection;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
import org.jeecg.common.aspect.annotation.Dict;
|
|
|
|
import org.jeecg.common.aspect.annotation.Dict;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@ -26,7 +23,7 @@ public class OrderPage {
|
|
|
|
|
|
|
|
|
|
|
|
/**id*/
|
|
|
|
/**id*/
|
|
|
|
@ApiModelProperty(value = "id")
|
|
|
|
@ApiModelProperty(value = "id")
|
|
|
|
private java.lang.Integer id;
|
|
|
|
private java.lang.Long id;
|
|
|
|
/**收件人*/
|
|
|
|
/**收件人*/
|
|
|
|
@Excel(name = "收件人", width = 15)
|
|
|
|
@Excel(name = "收件人", width = 15)
|
|
|
|
@ApiModelProperty(value = "收件人")
|
|
|
|
@ApiModelProperty(value = "收件人")
|
|
|
|