@Component public class TagServiceImpl extends CrudServiceImpl<TagDao,Tag,TagDTO,TagConvert> implements TagService
public TagDTO update(Tag tag)
update 在接口中 CrudService<Tag,TagDTO>update 在类中 CrudServiceImpl<TagDao,Tag,TagDTO,TagConvert>public TagDTO update(TagDTO tagDTO)
update 在接口中 CrudService<Tag,TagDTO>update 在类中 CrudServiceImpl<TagDao,Tag,TagDTO,TagConvert>