puzhibing
2024-12-19 acb1b57cdf0f160b802f31c4f41b4daf4d2e9ce6
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/RedPackegeSetService.java
New file
@@ -0,0 +1,16 @@
package com.ruoyi.other.service;
import com.ruoyi.other.api.domain.RedPackegeSet;
import com.baomidou.mybatisplus.extension.service.IService;
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author luodangjia
 * @since 2024-11-20
 */
public interface RedPackegeSetService extends IService<RedPackegeSet> {
}