| | |
| | | <result property="name" column="name" jdbcType="VARCHAR"/> |
| | | <result property="ledProgramId" column="led_program_id" jdbcType="BIGINT"/> |
| | | <result property="ledProgramName" column="led_program_name" jdbcType="VARCHAR"/> |
| | | <result property="volume" column="volume" jdbcType="DOUBLE"/> |
| | | <result property="volume" column="volume" jdbcType="VARCHAR"/> |
| | | <result property="applySeries" column="apply_series" jdbcType="INTEGER"/> |
| | | <result property="onDateRange" column="on_date_range" jdbcType="TIMESTAMP"/> |
| | | <result property="offDateRange" column="off-date_range" jdbcType="TIMESTAMP"/> |
| | | <result property="onDateRange" column="on_date_range" jdbcType="VARCHAR"/> |
| | | <result property="offDateRange" column="off_date_range" jdbcType="VARCHAR"/> |
| | | <result property="weekRange" column="week_range" typeHandler="com.sandu.common.mybatis.JsonStringArrayTypeHandler"/> |
| | | <result property="onTime" column="on_time" jdbcType="TIMESTAMP"/> |
| | | <result property="offTime" column="off_time" jdbcType="TIMESTAMP"/> |
| | | <result property="onTime" column="on_time" jdbcType="VARCHAR"/> |
| | | <result property="offTime" column="off_time" jdbcType="VARCHAR"/> |
| | | <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/> |
| | | <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | id,user_id,name, |
| | | led_program_id,led_program_name,volume, |
| | | apply_series,date_range,week_range, |
| | | on_time,off_time |
| | | apply_series,on_date_range,off_date_range, |
| | | week_range,on_time,off_time, |
| | | create_time,update_time |
| | | </sql> |
| | | </mapper> |