|
@@ -2,7 +2,6 @@ package com.gree.mall.manager.bean.material.manage;
|
|
|
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
import com.gree.mall.manager.enums.IsEnum;
|
|
|
-import com.gree.mall.manager.enums.material.PartsRefTypeEnum;
|
|
|
import com.gree.mall.manager.enums.material.PartsRefundStateEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -58,7 +57,7 @@ public class WebsitPartsRefundRecordVO {
|
|
|
private String ref;
|
|
|
|
|
|
@ApiModelProperty(value = "单据类型")
|
|
|
- private PartsRefTypeEnum refType;
|
|
|
+ private String refType;
|
|
|
|
|
|
@ApiModelProperty(value = "配件编码")
|
|
|
private String partsNumber;
|