Lius
2025-07-01 66984f6210e9b8f357e74492bb2e054b55de2b2c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.mdc.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.mdc.entity.PcAppRunRealData;
 
/**
 * @Description: app运行实时状态表
 * @Author: lius
 * @Date:   2024-07-17
 * @Version: V1.0
 */
public interface IPcAppRunRealDataService extends IService<PcAppRunRealData> {
 
}