Jay
2025-05-22 af517152b9fc6f86710f6aed423fc6c4ec38d030
1
2
3
4
5
6
7
8
9
10
11
12
package com.iailab.module.model.mcs.sche.service;
 
import com.iailab.framework.common.service.BaseService;
import com.iailab.module.model.mcs.sche.entity.StSuggestSnapshotConfDetEntity;
 
 
/**
 * @author Jay
 */
public interface StSuggestSnapshotConfDetService extends BaseService<StSuggestSnapshotConfDetEntity> {
 
}