|
@ -31,72 +31,84 @@ public class PurchaseOrderDetailEntity extends BaseMgrEntity<PurchaseOrderDetail |
|
|
* 请购单号 |
|
|
* 请购单号 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "purchase_order_no") |
|
|
@SerializedName(value = "purchase_order_no") |
|
|
|
|
|
@JsonProperty(value = "purchase_order_no") |
|
|
private String purchaseOrderNo; |
|
|
private String purchaseOrderNo; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 请购单序号 |
|
|
* 请购单序号 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "purchase_order_seq") |
|
|
@SerializedName(value = "purchase_order_seq") |
|
|
|
|
|
@JsonProperty(value = "purchase_order_seq") |
|
|
private String purchaseOrderSeq; |
|
|
private String purchaseOrderSeq; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 品号 |
|
|
* 品号 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "item_no") |
|
|
@SerializedName(value = "item_no") |
|
|
|
|
|
@JsonProperty(value = "item_no") |
|
|
private String itemNo; |
|
|
private String itemNo; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 品名 |
|
|
* 品名 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "item_name") |
|
|
@SerializedName(value = "item_name") |
|
|
|
|
|
@JsonProperty(value = "item_name") |
|
|
private String itemName; |
|
|
private String itemName; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 供应商名称 |
|
|
* 供应商名称 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "supplier_name") |
|
|
@SerializedName(value = "supplier_name") |
|
|
|
|
|
@JsonProperty(value = "supplier_name") |
|
|
private String supplierName; |
|
|
private String supplierName; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 供应商编号 |
|
|
* 供应商编号 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "supplier_no") |
|
|
@SerializedName(value = "supplier_no") |
|
|
|
|
|
@JsonProperty(value = "supplier_no") |
|
|
private String supplierNo; |
|
|
private String supplierNo; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 请购数量 |
|
|
* 请购数量 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "requisition_num") |
|
|
@SerializedName(value = "requisition_num") |
|
|
|
|
|
@JsonProperty(value = "requisition_num") |
|
|
private Integer requisitionNum; |
|
|
private Integer requisitionNum; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 采购数量 |
|
|
* 采购数量 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "purchase_num") |
|
|
@SerializedName(value = "purchase_num") |
|
|
|
|
|
@JsonProperty(value = "purchase_num") |
|
|
private Integer purchaseNum; |
|
|
private Integer purchaseNum; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 采购单价 |
|
|
* 采购单价 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "purchase_price") |
|
|
@SerializedName(value = "purchase_price") |
|
|
|
|
|
@JsonProperty(value = "purchase_price") |
|
|
private BigDecimal purchasePrice; |
|
|
private BigDecimal purchasePrice; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 金额 |
|
|
* 金额 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "amount") |
|
|
@SerializedName(value = "amount") |
|
|
|
|
|
@JsonProperty(value = "amount") |
|
|
private BigDecimal amount; |
|
|
private BigDecimal amount; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 采购剩余数量 |
|
|
* 采购剩余数量 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "purchase_residue_num") |
|
|
@SerializedName(value = "purchase_residue_num") |
|
|
|
|
|
@JsonProperty(value = "purchase_residue_num") |
|
|
private Integer purchaseResidueNum; |
|
|
private Integer purchaseResidueNum; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 采购执行人 |
|
|
* 采购执行人 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "procurement_executor_code") |
|
|
@SerializedName(value = "procurement_executor_code") |
|
|
|
|
|
@JsonProperty(value = "procurement_executor_code") |
|
|
private String procurementExecutorCode; |
|
|
private String procurementExecutorCode; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
@ -117,18 +129,21 @@ public class PurchaseOrderDetailEntity extends BaseMgrEntity<PurchaseOrderDetail |
|
|
* 异常处理方式 |
|
|
* 异常处理方式 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "abnormal_handle_plan") |
|
|
@SerializedName(value = "abnormal_handle_plan") |
|
|
|
|
|
@JsonProperty(value = "abnormal_handle_plan") |
|
|
private String abnormalHandlePlan; |
|
|
private String abnormalHandlePlan; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 任务卡状态 |
|
|
* 任务卡状态 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "tab_status") |
|
|
@SerializedName(value = "tab_status") |
|
|
|
|
|
@JsonProperty(value = "tab_status") |
|
|
private String tabStatus; |
|
|
private String tabStatus; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 任务卡类型:1是采购任务,2是交期回复任务,3是异常排除任务 |
|
|
* 任务卡类型:1是采购任务,2是交期回复任务,3是异常排除任务 |
|
|
*/ |
|
|
*/ |
|
|
@SerializedName(value = "task_type") |
|
|
@SerializedName(value = "task_type") |
|
|
|
|
|
@JsonProperty(value = "task_type") |
|
|
private String taskType; |
|
|
private String taskType; |
|
|
|
|
|
|
|
|
} |
|
|
} |