IWisService.java 227 Bytes
package com.huaheng.api.wis.service;

import com.huaheng.api.wis.dto.ImpArticoliDTO;
import com.huaheng.framework.web.domain.AjaxResult;

public interface IWisService {
    AjaxResult addMaterial(ImpArticoliDTO articoliDTO);
}