升级代码结构,采用Maven来管理jar包(10)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.jsh.service.materials;
|
||||
|
||||
import com.jsh.base.BaseIService;
|
||||
import com.jsh.model.po.Material;
|
||||
|
||||
public interface MaterialIService extends BaseIService<Material>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user