|
|
@ -94,6 +94,23 @@ public class ProductionDetailsEntity extends BaseMgrEntity<ProductionDetailsEnti |
|
|
|
@SerializedName(value = "overdue_days") |
|
|
|
private String overdueDays; |
|
|
|
|
|
|
|
/** 额度占用百分比 */ |
|
|
|
@SerializedName(value = "quota_details") |
|
|
|
private String quotaDetails; |
|
|
|
|
|
|
|
/** 冻结原因 */ |
|
|
|
@SerializedName(value = "freeze_reason") |
|
|
|
private String freezeReason; |
|
|
|
|
|
|
|
/** 客户名称 */ |
|
|
|
@SerializedName(value = "customer_name") |
|
|
|
private String customerName; |
|
|
|
|
|
|
|
/** 客户编号 */ |
|
|
|
@SerializedName(value = "customer_no") |
|
|
|
private String customerNo; |
|
|
|
|
|
|
|
|
|
|
|
public ProductionDetailsEntity(String factoryNo, String factoryName, String productionManagementPerson) { |
|
|
|
this.factoryNo = factoryNo; |
|
|
|
this.factoryName = factoryName; |
|
|
|