CompanyVendor 改为 Vendor
This commit is contained in:
@@ -3,9 +3,7 @@ package com.ecep.contract.vm;
|
||||
import java.util.Objects;
|
||||
|
||||
import com.ecep.contract.VendorType;
|
||||
import com.ecep.contract.model.CompanyVendor;
|
||||
import com.ecep.contract.vo.CompanyVendorApprovedItemVo;
|
||||
import com.ecep.contract.vo.CompanyVendorApprovedListVo;
|
||||
|
||||
import javafx.beans.property.SimpleObjectProperty;
|
||||
import javafx.beans.property.SimpleStringProperty;
|
||||
|
||||
@@ -3,7 +3,7 @@ package com.ecep.contract.vm;
|
||||
import java.time.LocalDate;
|
||||
import java.util.Objects;
|
||||
|
||||
import com.ecep.contract.model.CompanyVendor;
|
||||
import com.ecep.contract.model.Vendor;
|
||||
import com.ecep.contract.model.CompanyVendorEntity;
|
||||
import com.ecep.contract.model.Employee;
|
||||
import com.ecep.contract.model.VendorCatalog;
|
||||
@@ -26,7 +26,7 @@ public class VendorEntityViewModel extends IdentityViewModel<CompanyVendorEntity
|
||||
/**
|
||||
* 关联的企业
|
||||
*/
|
||||
private SimpleObjectProperty<CompanyVendor> vendor = new SimpleObjectProperty<>();
|
||||
private SimpleObjectProperty<Vendor> vendor = new SimpleObjectProperty<>();
|
||||
/**
|
||||
* 发展日期
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user