拆分模块
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.ecep.contract.vm;
|
||||
|
||||
import com.ecep.contract.model.Employee;
|
||||
|
||||
import javafx.beans.property.SimpleObjectProperty;
|
||||
|
||||
public interface EmployeeBasedViewModel {
|
||||
SimpleObjectProperty<Employee> getEmployee();
|
||||
}
|
||||
Reference in New Issue
Block a user