|
@@ -1,6 +1,7 @@
|
|
|
package com.zfire.mall.manager.bean.k3.v2;
|
|
|
|
|
|
import com.zfire.mall.manager.annotation.ZfireField;
|
|
|
+import com.zfire.mall.manager.enums.ExamineStatusEnum;
|
|
|
import com.zfire.mall.manager.enums.K3CommonStatusEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -55,7 +56,7 @@ public class KingDeePurchaseStockInVO {
|
|
|
|
|
|
@ZfireField(tbName = "a")
|
|
|
@ApiModelProperty(value = "作废状态")
|
|
|
- private K3CommonStatusEnum cancelStatus;
|
|
|
+ private ExamineStatusEnum cancelStatus;
|
|
|
|
|
|
@ZfireField(tbName = "a")
|
|
|
@ApiModelProperty(value = "审核人")
|
|
@@ -105,7 +106,7 @@ public class KingDeePurchaseStockInVO {
|
|
|
@ApiModelProperty(value = "实体主键")
|
|
|
private String entryId;
|
|
|
|
|
|
- @ZfireField(tbName = "b")
|
|
|
+ @ZfireField(tbName = "b",hide = true)
|
|
|
@ApiModelProperty(value = "物料id")
|
|
|
private String materialId;
|
|
|
|