Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.gxwebsoft.common.system.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.gxwebsoft.common.system.entity.Dict;
|
||||
|
||||
/**
|
||||
* 字典Service
|
||||
*
|
||||
* @author WebSoft
|
||||
* @since 2020-03-14 11:29:03
|
||||
*/
|
||||
public interface DictService extends IService<Dict> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user