ÎļþÃû´Ó se-modules/se-gen/src/main/java/com/se/gen/service/GenTableColumnServiceImpl.java ÐÞ¸Ä |
| | |
| | | package com.se.gen.service; |
| | | package com.se.system.service.impl; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.se.gen.domain.GenTableColumn; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.se.common.core.text.Convert; |
| | | import com.se.gen.mapper.GenTableColumnMapper; |
| | | import com.se.system.domain.GenTableColumn; |
| | | import com.se.system.mapper.GenTableColumnMapper; |
| | | import com.se.system.service.inte.IGenTableColumnService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * ä¸å¡å段 æå¡å±å®ç° |
| | |
| | | * @author admin |
| | | */ |
| | | @Service |
| | | public class GenTableColumnServiceImpl implements IGenTableColumnService |
| | | public class GenTableColumnServiceImpl implements IGenTableColumnService |
| | | { |
| | | @Autowired |
| | | @Resource |
| | | private GenTableColumnMapper genTableColumnMapper; |
| | | |
| | | /** |