Lius
2025-07-01 9185957c0709a89c4810b6ee272de06a79752c92
1
2
3
4
5
6
7
8
package org.jeecg.modules.base.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.base.entity.EncodeRule;
 
public interface IEncodeRuleService extends IService<EncodeRule> {
 
}