9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
|
package com.bonus.newInput.service;
|
||
|
|
|
||
|
|
import com.bonus.newInput.beans.NewReportBean;
|
||
|
|
import com.bonus.sys.BaseService;
|
||
|
|
|
||
|
|
public interface NewReportService extends BaseService<NewReportBean> {
|
||
|
|
|
||
|
|
}
|