石广澎
2023-12-01 ce1d9926ff986e195fd4a58cb5159fc8f45b32a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.consum.base.service;
 
import com.consum.base.pojo.request.UsingFormBackParam;
import com.consum.model.po.FinSysTenantUser;
import com.walker.jdbc.service.BaseService;
 
/**
 * @author asus
 * @version 1.0
 * @description: 物品回收单
 * @date 2023/12/1 11:26
 */
public interface UsingFormBackService extends BaseService {
 
    void add(UsingFormBackParam usingFormBackParam, FinSysTenantUser sysInfo);
}