石广澎
2023-12-12 fa3a13b43cdcd3bcc42abae4d9c0a67e48ebea41
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.consum.base.service;
 
import com.walker.jdbc.service.BaseService;
 
/**
 * @author asus
 * @version 1.0
 * @description: 回收单物品
 * @date 2023/12/1 11:26
 */
public interface UsingFormBackGoodsService extends BaseService {
 
}