拆分模块
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.ecep.contract.model;
|
||||
|
||||
public interface ProjectBasedEntity {
|
||||
|
||||
Project getProject();
|
||||
|
||||
void setProject(Project project);
|
||||
}
|
||||
Reference in New Issue
Block a user