44323
2024-03-08 fb1008d130db729512e84b52883c80b2db3c050c
1
2
3
4
5
6
7
package com.dsh.other.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.dsh.other.entity.HomeModule;
 
public interface IHomeModuleService extends IService<HomeModule> {
}