This commit is contained in:
张良(004796)
2024-03-08 14:15:26 +08:00
parent cfd8feb5eb
commit 01f5dcbb54
30 changed files with 431 additions and 22 deletions

View File

@@ -11,4 +11,5 @@ import com.ruoyi.xq.domain.WithdrawSetting;
*/
public interface WithdrawSettingService extends IService<WithdrawSetting> {
}