类 SysExtendFieldService

java.lang.Object
com.publiccms.common.base.BaseService<SysExtendField>
com.publiccms.logic.service.sys.SysExtendFieldService

@Service @Transactional public class SysExtendFieldService extends BaseService<SysExtendField>
SysExtendFieldService
  • 字段详细资料

  • 构造器详细资料

    • SysExtendFieldService

      public SysExtendFieldService()
  • 方法详细资料

    • getList

      @Transactional(readOnly=true) public List<SysExtendField> getList(Integer extendId, String[] inputType, Boolean searchable)
      参数:
      extendId -
      inputType -
      searchable -
      返回:
      result list
    • copy

      public void copy(Integer extendId, Integer copyExtendId)
      参数:
      extendId -
      copyExtendId -
    • update

      public void update(Integer extendId, List<SysExtendField> entitys)
      参数:
      extendId -
      entitys -