You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
354 B
Java

package com.supervision.service;
import com.supervision.domain.IrSqlParam;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* @author flevance
* @description ir_sql_param()Service
* @createDate 2024-03-21 13:14:43
*/
public interface IrSqlParamService extends IService<IrSqlParam> {
}