fix
This commit is contained in:
parent
cd9a5581b9
commit
cbb4fa946a
|
|
@ -49,7 +49,7 @@ public class OrderDetails extends BaseEntity
|
||||||
private String duration;
|
private String duration;
|
||||||
|
|
||||||
/** 发票类型 */
|
/** 发票类型 */
|
||||||
@Excel(name = "发票类型")
|
@Excel(name = "发票类型 1-增值税普票 2-增值税专票")
|
||||||
private String invoiceType;
|
private String invoiceType;
|
||||||
|
|
||||||
/** 项目说明 */
|
/** 项目说明 */
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,8 @@ public class OrderInfo extends BaseEntity
|
||||||
private String supplier;
|
private String supplier;
|
||||||
|
|
||||||
/** 订单状态(待确认,待上传合同,待发货,已退货,待收货,进行中,临期,超期,驳回,退租申请,续租申请,完结) */
|
/** 订单状态(待确认,待上传合同,待发货,已退货,待收货,进行中,临期,超期,驳回,退租申请,续租申请,完结) */
|
||||||
@Excel(name = "订单状态", readConverterExp = "待=确认,待上传合同,待发货,已退货,待收货,进行中,临期,超期,驳回,退租申请,续租申请,完结")
|
@Excel(name = "订单状态", readConverterExp = "待确认,待上传合同,待发货,已退货,待收货,进行中,临期,超期,驳回,退租申请,续租申请,完结")
|
||||||
@ApiModelProperty(value = "订单状态")
|
@ApiModelProperty(value = "订单状态, 参考数据字典")
|
||||||
private String orderStatus;
|
private String orderStatus;
|
||||||
|
|
||||||
/** 下单用户id */
|
/** 下单用户id */
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ public class OrderInfoVo extends OrderInfo {
|
||||||
private String address;
|
private String address;
|
||||||
@ApiModelProperty(value = "工期时长")
|
@ApiModelProperty(value = "工期时长")
|
||||||
private String duration;
|
private String duration;
|
||||||
@ApiModelProperty(value = "发票类型")
|
@ApiModelProperty(value = "发票类型 1-增值税普票 2-增值税专票")
|
||||||
private String invoiceType;
|
private String invoiceType;
|
||||||
@ApiModelProperty(value = "项目说明")
|
@ApiModelProperty(value = "项目说明")
|
||||||
private String description;
|
private String description;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue