package com.dobbinsoft.fw.support.annotation.enums; public enum ListLeafType { /** * 不包含字段 */ WITHOUT, /** * 一次SQL查取 */ WITH }