Lius
2025-01-14 f69452a6d1afcb710880b6ad172663316e3b3610
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> {
 
}