彩票猪手精推版
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.xy.xyaicpzs.service;
|
||||
|
||||
import com.xy.xyaicpzs.domain.entity.DltFrontendHistory100;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
/**
|
||||
* @author XY003
|
||||
* @description 针对表【dlt_frontend_history_100(大乐透前区最近100期数据表)】的数据库操作Service
|
||||
* @createDate 2025-08-20 16:24:40
|
||||
*/
|
||||
public interface DltFrontendHistory100Service extends IService<DltFrontendHistory100> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user