|
@@ -14,7 +14,7 @@ import java.util.Date;
|
|
|
@ApiModel
|
|
|
public class KingTransferVO {
|
|
|
|
|
|
- @ZfireField(tbName = "a")
|
|
|
+ @ZfireField(tbName = "a", hide = true)
|
|
|
@ApiModelProperty(value = "id")
|
|
|
private String id;
|
|
|
|
|
@@ -42,9 +42,6 @@ public class KingTransferVO {
|
|
|
@ApiModelProperty(value = "调拨类型")
|
|
|
private K3TransferTypeEnum transferBizType;
|
|
|
|
|
|
- @ZfireField(tbName = "a")
|
|
|
- @ApiModelProperty(value = "作废状态")
|
|
|
- private K3CommonStatusEnum cancelStatus;
|
|
|
|
|
|
@ZfireField(tbName = "a")
|
|
|
@ApiModelProperty(value = "备注")
|
|
@@ -59,14 +56,6 @@ public class KingTransferVO {
|
|
|
private Date approveDate;
|
|
|
|
|
|
@ZfireField(tbName = "a")
|
|
|
- @ApiModelProperty(value = "作废人")
|
|
|
- private String cancellerId;
|
|
|
-
|
|
|
- @ZfireField(tbName = "a")
|
|
|
- @ApiModelProperty(value = "作废日期")
|
|
|
- private Date cancelDate;
|
|
|
-
|
|
|
- @ZfireField(tbName = "a")
|
|
|
@ApiModelProperty(value = "单据类型")
|
|
|
private String billType;
|
|
|
|
|
@@ -74,9 +63,6 @@ public class KingTransferVO {
|
|
|
@ApiModelProperty(value = "单据状态")
|
|
|
private String documentStatus;
|
|
|
|
|
|
- @ZfireField(tbName = "a")
|
|
|
- @ApiModelProperty(value = "同步时间")
|
|
|
- private Date syncTime;
|
|
|
|
|
|
@ZfireField(tbName = "a")
|
|
|
@ApiModelProperty(value = "创建时间")
|
|
@@ -103,7 +89,7 @@ public class KingTransferVO {
|
|
|
@ApiModelProperty(value = "实体主键")
|
|
|
private String entryId;
|
|
|
|
|
|
- @ZfireField(tbName = "b")
|
|
|
+ @ZfireField(tbName = "b", hide = true)
|
|
|
@ApiModelProperty(value = "物料id")
|
|
|
private String materialId;
|
|
|
|
|
@@ -115,11 +101,11 @@ public class KingTransferVO {
|
|
|
@ApiModelProperty(value = "物料名称")
|
|
|
private String materialName;
|
|
|
|
|
|
- @ZfireField(tbName = "b")
|
|
|
+ @ZfireField(tbName = "b", hide = true)
|
|
|
@ApiModelProperty(value = "调出仓库")
|
|
|
private String srcStockId;
|
|
|
|
|
|
- @ZfireField(tbName = "b")
|
|
|
+ @ZfireField(tbName = "b", hide = true)
|
|
|
@ApiModelProperty(value = "调入仓库")
|
|
|
private String destStockId;
|
|
|
|
|
@@ -152,14 +138,6 @@ public class KingTransferVO {
|
|
|
private BigDecimal consignPrice;
|
|
|
|
|
|
@ZfireField(tbName = "b")
|
|
|
- @ApiModelProperty(value = "调出仓位")
|
|
|
- private String srcStockLocId;
|
|
|
-
|
|
|
- @ZfireField(tbName = "b")
|
|
|
- @ApiModelProperty(value = "调入仓位")
|
|
|
- private String destStockLocId;
|
|
|
-
|
|
|
- @ZfireField(tbName = "b")
|
|
|
@ApiModelProperty(value = "辅助属性")
|
|
|
private String auxPropId;
|
|
|
|