Initial commit

This commit is contained in:
南宁网宿科技
2023-06-03 23:56:49 +08:00
commit 912944faea
821 changed files with 74279 additions and 0 deletions

View File

@@ -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> {
}