:art:完善部分新功能

This commit is contained in:
hello-hao
2022-06-24 17:30:55 +08:00
parent 133540874c
commit a71ca1c1e9
23 changed files with 697 additions and 268 deletions
@@ -0,0 +1,12 @@
package cn.hellohao.service;
import cn.hellohao.pojo.AppClient;
import org.springframework.stereotype.Service;
@Service
public interface AppClientService {
AppClient getAppClientData( String id);
Integer editAppClientData(AppClient appClient);
}