GZMachinesWeb/.svn/pristine/16/16c7292c5977b1444fd7e99fe6e...

14 lines
292 B
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
package com.bonus.ma.service;
import com.bonus.ma.beans.InventoryRecordBean;
import com.bonus.sys.BaseService;
public interface InventoryRecordService extends BaseService<InventoryRecordBean>{
/* void addLibs(LibNumsInventoryBean o);
String findByModelId(LibNumsInventoryBean o);*/
}