:art:优化代码结构

This commit is contained in:
hello-hao
2022-05-09 16:46:40 +08:00
parent cea9823899
commit cc683b7921
24 changed files with 69 additions and 302 deletions
@@ -13,12 +13,9 @@ import java.util.List;
*/
@Service
public interface CodeService {
//查询扩容码
List<Code> selectCode(String value);
Code selectCodekey(String code);
//添加
Integer addCode(Code code);
//删除扩容码
Integer deleteCode(String code);
}