13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
|
|
package com.bonus.rm.service;
|
||
|
|
|
||
|
|
|
||
|
|
import com.bonus.rm.beans.ReturnMaterialAccBean;
|
||
|
|
import com.bonus.sys.BaseService;
|
||
|
|
|
||
|
|
|
||
|
|
public interface ReturnMaterialAccService extends BaseService<ReturnMaterialAccBean>{
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|