Pu Zhibing
2025-03-18 d7e902cc7a7f62425bf9dcce50ee0f867e5c7b83
1
2
3
4
5
6
7
package com.ruoyi.order.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.order.model.FreezeRecord;
 
public interface FreezeRecordService extends IService<FreezeRecord> {
}