...
|
...
|
@@ -6,12 +6,14 @@ import com.yoho.unions.dal.IChannelReportFormDAO; |
|
|
import com.yoho.unions.dal.model.AddGDTActualCostRequestVO;
|
|
|
import com.yoho.unions.dal.model.ChannelReportForm;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* Created by yoho on 2017/4/27.
|
|
|
*/
|
|
|
@Service
|
|
|
public class ChannelReportFormServiceImpl implements IChannelReportFormService {
|
|
|
|
|
|
@Autowired
|
...
|
...
|
|