拆分模块
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ecep.contract.service;
|
||||
|
||||
import com.ecep.contract.model.EmployeeRole;
|
||||
import com.ecep.contract.vm.EmployeeRoleViewModel;
|
||||
|
||||
public class EmployeeRoleService implements ViewModelService<EmployeeRole, EmployeeRoleViewModel> {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user