| | |
| | | import com.vci.corba.omd.atm.AttributeDef; |
| | | import com.vci.dto.OsAttributeDTO; |
| | | import com.vci.starter.web.pagemodel.BaseQueryObject; |
| | | import com.vci.starter.web.pagemodel.BaseResult; |
| | | import com.vci.starter.web.pagemodel.DataGrid; |
| | | import com.vci.pagemodel.OsAttributeVO; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.io.File; |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | String exportAttributes(String exportFileName,String attrNames) throws PLException; |
| | | |
| | | /** |
| | | * 下载属性导入模板 |
| | | * @param exportFileName |
| | | * @return |
| | | * @throws PLException |
| | | */ |
| | | String downloadAttributeTemplate(String exportFileName) throws Exception; |
| | | |
| | | /** |
| | | * 导入属性 |
| | | * @param file |
| | | * @return |
| | | */ |
| | | BaseResult importAttributes(File file) throws Exception; |
| | | |
| | | /** |
| | | * 是否默认的属性 |
| | | * @param attr 属性编号 |
| | | * @return true表示是默认属性 |