1
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
com.mosty.common.task.TaskAutoConfiguration
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.mosty.common.task.mapper.SysTaskItemMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.mosty.common.task.entity.SysTaskItem">
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="rw_id" column="rw_id" jdbcType="BIGINT"/>
|
||||
<result property="rwjsr_id" column="rwjsr_id" jdbcType="BIGINT"/>
|
||||
<result property="rwjsrsfzh" column="rwjsrsfzh" jdbcType="VARCHAR"/>
|
||||
<result property="rwjsrxm" column="rwjsrxm" jdbcType="VARCHAR"/>
|
||||
<result property="rwjsrdw_id" column="rwjsrdw_id" jdbcType="BIGINT"/>
|
||||
<result property="rwjsrdw" column="rwjsrdw" jdbcType="VARCHAR"/>
|
||||
<result property="rwjsrbm_id" column="rwjsrbm_id" jdbcType="BIGINT"/>
|
||||
<result property="rwjsrbmmc" column="rwjsrbmmc" jdbcType="VARCHAR"/>
|
||||
<result property="rwzt" column="rwzt" jdbcType="INTEGER"/>
|
||||
<result property="rwzdsj" column="rwzdsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="rwcksj" column="rwcksj" jdbcType="TIMESTAMP"/>
|
||||
<result property="rwwcsj" column="rwwcsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="bz" column="bz" jdbcType="VARCHAR"/>
|
||||
<result property="xt_zxbz" column="xt_zxbz" jdbcType="INTEGER"/>
|
||||
<result property="xt_zxyy" column="xt_zxyy" jdbcType="VARCHAR"/>
|
||||
<result property="xt_cjsj" column="xt_cjsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="xt_lrsj" column="xt_lrsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="xt_lrrxm" column="xt_lrrxm" jdbcType="VARCHAR"/>
|
||||
<result property="xt_lrrid" column="xt_lrrid" jdbcType="BIGINT"/>
|
||||
<result property="xt_lrrbm" column="xt_lrrbm" jdbcType="VARCHAR"/>
|
||||
<result property="xt_lrrbmid" column="xt_lrrbmid" jdbcType="VARCHAR"/>
|
||||
<result property="xt_lrip" column="xt_lrip" jdbcType="VARCHAR"/>
|
||||
<result property="xt_zhxgsj" column="xt_zhxgsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="xt_zhxgrxm" column="xt_zhxgrxm" jdbcType="VARCHAR"/>
|
||||
<result property="xt_zhxgid" column="xt_zhxgid" jdbcType="BIGINT"/>
|
||||
<result property="xt_zhxgrbm" column="xt_zhxgrbm" jdbcType="VARCHAR"/>
|
||||
<result property="xt_zhxgrbmid" column="xt_zhxgrbmid" jdbcType="BIGINT"/>
|
||||
<result property="xt_zhxgrip" column="xt_zhxgrip" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id,rw_id,rwjsr_id,
|
||||
rwjsrsfzh,rwjsrxm,rwjsrdw_id,
|
||||
rwjsrdw,rwjsrbm_id,rwjsrbmmc,
|
||||
rwzt,rwzdsj,rwcksj,
|
||||
rwwcsj,bz,xt_zxbz,
|
||||
xt_zxyy,xt_cjsj,xt_lrsj,
|
||||
xt_lrrxm,xt_lrrid,xt_lrrbm,
|
||||
xt_lrrbmid,xt_lrip,xt_zhxgsj,
|
||||
xt_zhxgrxm,xt_zhxgid,xt_zhxgrbm,
|
||||
xt_zhxgrbmid,xt_zhxgrip
|
||||
</sql>
|
||||
</mapper>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.mosty.common.task.mapper.SysTaskLogMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.mosty.common.task.entity.SysTaskLog">
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="rw_xfczb_id" column="rw_xfczb_id" jdbcType="BIGINT"/>
|
||||
<result property="rw_id" column="rw_id" jdbcType="BIGINT"/>
|
||||
<result property="rwjsr_id" column="rwjsr_id" jdbcType="BIGINT"/>
|
||||
<result property="rwczsj" column="rwczsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="rwczzt" column="rwczzt" jdbcType="INTEGER"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id,rw_xfczb_id,rw_id,
|
||||
rwjsr_id,rwczsj,rwczzt
|
||||
</sql>
|
||||
</mapper>
|
200
common-task-starter/target/classes/mapper/SysTaskMapper.xml
Normal file
200
common-task-starter/target/classes/mapper/SysTaskMapper.xml
Normal file
@ -0,0 +1,200 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.mosty.common.task.mapper.SysTaskMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.mosty.common.task.entity.SysTask">
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="rwlx" column="rwlx" jdbcType="INTEGER"/>
|
||||
<result property="rwjjcd" column="rwjjcd" jdbcType="INTEGER"/>
|
||||
<result property="rwmc" column="rwmc" jdbcType="VARCHAR"/>
|
||||
<result property="rwnr" column="rwnr" jdbcType="VARCHAR"/>
|
||||
<result property="rwzdsj" column="rwzdsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="rwwcsj" column="rwwcsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="rwyqwcsj" column="rwyqwcsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="rwcjrsfzh" column="rwcjrsfzh" jdbcType="VARCHAR"/>
|
||||
<result property="rwcjrxm" column="rwcjrxm" jdbcType="VARCHAR"/>
|
||||
<result property="rwcjrdw" column="rwcjrdw" jdbcType="VARCHAR"/>
|
||||
<result property="rwcjrdwId" column="rwcjrdw_id" jdbcType="BIGINT"/>
|
||||
<result property="rwcjrdh" column="rwcjrdh" jdbcType="VARCHAR"/>
|
||||
<result property="rwcjrgz" column="rwcjrgz" jdbcType="INTEGER"/>
|
||||
<result property="rwzxzt" column="rwzxzt" jdbcType="INTEGER"/>
|
||||
<result property="rwlyxt" column="rwlyxt" jdbcType="VARCHAR"/>
|
||||
<result property="rwUrl" column="rw_url" jdbcType="VARCHAR"/>
|
||||
<result property="bz" column="bz" jdbcType="VARCHAR"/>
|
||||
<result property="xtZxbz" column="xt_zxbz" jdbcType="INTEGER"/>
|
||||
<result property="xtZxyy" column="xt_zxyy" jdbcType="VARCHAR"/>
|
||||
<result property="xtCjsj" column="xt_cjsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="xtLrsj" column="xt_lrsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="xtLrrxm" column="xt_lrrxm" jdbcType="VARCHAR"/>
|
||||
<result property="xtLrrid" column="xt_lrrid" jdbcType="BIGINT"/>
|
||||
<result property="xtLrrbm" column="xt_lrrbm" jdbcType="VARCHAR"/>
|
||||
<result property="xtLrrbmid" column="xt_lrrbmid" jdbcType="VARCHAR"/>
|
||||
<result property="xtLrip" column="xt_lrip" jdbcType="VARCHAR"/>
|
||||
<result property="xtZhxgsj" column="xt_zhxgsj" jdbcType="TIMESTAMP"/>
|
||||
<result property="xtZhxgrxm" column="xt_zhxgrxm" jdbcType="VARCHAR"/>
|
||||
<result property="xtZhxgid" column="xt_zhxgid" jdbcType="BIGINT"/>
|
||||
<result property="xtZhxgrbm" column="xt_zhxgrbm" jdbcType="VARCHAR"/>
|
||||
<result property="xtZhxgrbmid" column="xt_zhxgrbmid" jdbcType="BIGINT"/>
|
||||
<result property="xtZhxgrip" column="xt_zhxgrip" jdbcType="VARCHAR"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id
|
||||
,rwlx,rwjjcd,
|
||||
rwmc,rwnr,rwzdsj,
|
||||
rwwcsj,rwyqwcsj,rwcjrsfzh,
|
||||
rwcjrxm,rwcjrdw,rwcjrdw_id,
|
||||
rwcjrdh,rwcjrgz,rwzxzt,
|
||||
rwlyxt,rw_url,bz,
|
||||
xt_zxbz,xt_zxyy,xt_cjsj,
|
||||
xt_lrsj,xt_lrrxm,xt_lrrid,
|
||||
xt_lrrbm,xt_lrrbmid,xt_lrip,
|
||||
xt_zhxgsj,xt_zhxgrxm,xt_zhxgid,
|
||||
xt_zhxgrbm,xt_zhxgrbmid,xt_zhxgrip
|
||||
</sql>
|
||||
<select id="countByUser" resultType="java.lang.Long">
|
||||
select
|
||||
count(1)
|
||||
FROM
|
||||
sys_task st
|
||||
LEFT JOIN
|
||||
sys_task_item sti ON sti.rw_id = st.id
|
||||
WHERE
|
||||
sti.rwjsrsfzh=#{param.idCardNo}
|
||||
AND st.zxlx =1
|
||||
<if test="param.startTime !=null and param.startTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj >= #{param.startTime}]]>
|
||||
</if>
|
||||
<if test="param.endTime !=null and param.endTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj <= #{param.endTime}]]>
|
||||
</if>
|
||||
<if test="param.source!=null and param.source!=''">
|
||||
AND st.rwlyxt =#{param.source}
|
||||
</if>
|
||||
<if test="param.taskType!=null and param.taskType!=''">
|
||||
AND st.rwlx =#{param.taskType}
|
||||
</if>
|
||||
<if test="param.taskName!=null and param.taskName!=''">
|
||||
AND st.rwmc like concat('%', #{param.taskName}, '%')
|
||||
</if>
|
||||
<if test="param.taskStatus!=null and param.taskStatus!=''">
|
||||
AND sti.rwzt = #{param.taskStatus}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="countByDept" resultType="java.lang.Long">
|
||||
select
|
||||
count(1)
|
||||
FROM
|
||||
sys_task st
|
||||
LEFT JOIN
|
||||
sys_task_item sti ON sti.rw_id = st.id
|
||||
WHERE
|
||||
sti.rwjsrbm_id=#{param.deptId}
|
||||
AND st.zxlx =2
|
||||
<if test="param.startTime !=null and param.startTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj >= #{param.startTime}]]>
|
||||
</if>
|
||||
<if test="param.endTime !=null and param.endTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj <= #{param.endTime}]]>
|
||||
</if>
|
||||
<if test="param.source!=null and param.source!=''">
|
||||
AND st.rwlyxt =#{param.source}
|
||||
</if>
|
||||
<if test="param.taskType!=null and param.taskType!=''">
|
||||
AND st.rwlx =#{param.taskType}
|
||||
</if>
|
||||
<if test="param.taskName!=null and param.taskName!=''">
|
||||
AND st.rwmc like concat('%', #{param.taskName}, '%')
|
||||
</if>
|
||||
<if test="param.taskStatus!=null and param.taskStatus!=''">
|
||||
AND sti.rwzt = #{param.taskStatus}
|
||||
</if>
|
||||
|
||||
</select>
|
||||
<!--分页查询-->
|
||||
<select id="findByList" resultType="com.mosty.common.task.entity.vo.SysTaskItemVO">
|
||||
select
|
||||
sti.id,
|
||||
st.rwlx ,
|
||||
st.rw_url AS rwUrl,
|
||||
st.rwmc,
|
||||
st.rwnr,
|
||||
st.rwyqwcsj,
|
||||
st.rwlyxt,
|
||||
st.rwly_id,
|
||||
sti.rwjsrsfzh AS idCardNo
|
||||
FROM
|
||||
sys_task st
|
||||
LEFT JOIN
|
||||
sys_task_item sti ON sti.rw_id = st.id
|
||||
WHERE
|
||||
sti.rwjsrsfzh=#{param.idCardNo}
|
||||
AND st.zxlx =1
|
||||
<if test="param.startTime !=null and param.startTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj >= #{param.startTime}]]>
|
||||
</if>
|
||||
<if test="param.endTime !=null and param.endTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj <= #{param.endTime}]]>
|
||||
</if>
|
||||
<if test="param.source!=null and param.source!=''">
|
||||
AND st.rwlyxt =#{param.source}
|
||||
</if>
|
||||
<if test="param.taskType!=null and param.taskType!=''">
|
||||
AND st.rwlx =#{param.taskType}
|
||||
</if>
|
||||
<if test="param.taskName!=null and param.taskName!=''">
|
||||
AND st.rwmc like concat('%', #{param.taskName}, '%')
|
||||
</if>
|
||||
<if test="param.taskStatus!=null and param.taskStatus!=''">
|
||||
AND sti.rwzt = #{param.taskStatus}
|
||||
</if>
|
||||
UNION
|
||||
select
|
||||
sti.id,
|
||||
st.rwlx ,
|
||||
st.rwly_id,
|
||||
st.rw_url AS rwUrl,
|
||||
st.rwmc,
|
||||
st.rwnr,
|
||||
st.rwyqwcsj,
|
||||
st.rwlyxt,
|
||||
sti.rwjsrsfzh AS idCardNo
|
||||
FROM
|
||||
sys_task st
|
||||
LEFT JOIN
|
||||
sys_task_item sti ON sti.rw_id = st.id
|
||||
WHERE
|
||||
sti.rwjsrbm_id=#{param.deptId}
|
||||
AND st.zxlx =2
|
||||
<if test="param.startTime !=null and param.startTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj >= #{param.startTime}]]>
|
||||
</if>
|
||||
<if test="param.endTime !=null and param.endTime!=''">
|
||||
and
|
||||
<![CDATA[st.rwzdsj <= #{param.endTime}]]>
|
||||
</if>
|
||||
<if test="param.source!=null and param.source!=''">
|
||||
AND st.rwlyxt =#{param.source}
|
||||
</if>
|
||||
<if test="param.taskType!=null and param.taskType!=''">
|
||||
AND st.rwlx =#{param.taskType}
|
||||
</if>
|
||||
<if test="param.taskName!=null and param.taskName!=''">
|
||||
AND st.rwmc like concat('%', #{param.taskName}, '%')
|
||||
</if>
|
||||
<if test="param.taskStatus!=null and param.taskStatus!=''">
|
||||
AND sti.rwzt = #{param.taskStatus}
|
||||
</if>
|
||||
ORDER BY id DESC
|
||||
</select>
|
||||
</mapper>
|
Binary file not shown.
5
common-task-starter/target/maven-archiver/pom.properties
Normal file
5
common-task-starter/target/maven-archiver/pom.properties
Normal file
@ -0,0 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Thu Apr 18 12:45:23 CST 2024
|
||||
version=1.0.0-SNAPSHOT
|
||||
groupId=com.mosty
|
||||
artifactId=common-task-starter
|
@ -0,0 +1,35 @@
|
||||
com\mosty\common\task\constant\enums\GroupCountTypeEnum.class
|
||||
com\mosty\common\task\entity\vo\SysTaskLineChartVO.class
|
||||
com\mosty\common\task\mapper\SysTaskMapper.class
|
||||
com\mosty\common\task\entity\vo\SysTaskCountToday.class
|
||||
com\mosty\common\task\service\impl\SysTaskLogServiceImpl.class
|
||||
com\mosty\common\task\constant\enums\ExecuteStatusEnum.class
|
||||
com\mosty\common\task\constant\enums\LineChartTypeEnum.class
|
||||
com\mosty\common\task\entity\SysTask.class
|
||||
com\mosty\common\task\service\impl\SysTaskItemServiceImpl.class
|
||||
com\mosty\common\task\constant\enums\RuleTypeEnum.class
|
||||
com\mosty\common\task\constant\enums\TaskItemStatusEnum.class
|
||||
com\mosty\common\task\controller\SysTaskController.class
|
||||
com\mosty\common\task\mapper\SysTaskLogMapper.class
|
||||
com\mosty\common\task\entity\vo\DetailSysTaskVO.class
|
||||
com\mosty\common\task\entity\vo\AddSysTaskDeptVO.class
|
||||
com\mosty\common\task\entity\vo\QueryTaskVO.class
|
||||
com\mosty\common\task\service\SysTaskLogService.class
|
||||
com\mosty\common\task\controller\SysTaskReportController.class
|
||||
com\mosty\common\task\entity\vo\AddSysTaskUserInfoVO.class
|
||||
com\mosty\common\task\entity\vo\QueryTaskLogVO.class
|
||||
com\mosty\common\task\entity\vo\SysTaskCountGroup.class
|
||||
com\mosty\common\task\constant\enums\ExecuteTypeEnum.class
|
||||
com\mosty\common\task\entity\vo\SysTaskLogVO.class
|
||||
com\mosty\common\task\service\SysTaskService.class
|
||||
com\mosty\common\task\service\SysTaskItemService.class
|
||||
com\mosty\common\task\entity\SysTaskLog.class
|
||||
com\mosty\common\task\entity\vo\AddSysTaskVO.class
|
||||
com\mosty\common\task\entity\vo\FinishSysTaskVO.class
|
||||
com\mosty\common\task\TaskAutoConfiguration.class
|
||||
com\mosty\common\task\service\impl\SysTaskServiceImpl.class
|
||||
com\mosty\common\task\constant\enums\TaskLogStatusEnum.class
|
||||
com\mosty\common\task\constant\enums\TaskTypeEnum.class
|
||||
com\mosty\common\task\entity\SysTaskItem.class
|
||||
com\mosty\common\task\mapper\SysTaskItemMapper.class
|
||||
com\mosty\common\task\entity\vo\SysTaskItemVO.class
|
@ -0,0 +1,35 @@
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\ExecuteTypeEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\SysTaskItemVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\LineChartTypeEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\mapper\SysTaskItemMapper.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\SysTaskLogVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\ExecuteStatusEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\SysTaskLineChartVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\SysTask.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\SysTaskItem.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\service\impl\SysTaskServiceImpl.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\FinishSysTaskVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\service\impl\SysTaskLogServiceImpl.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\SysTaskCountToday.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\controller\SysTaskReportController.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\service\SysTaskItemService.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\SysTaskLog.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\controller\SysTaskController.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\service\SysTaskService.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\RuleTypeEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\AddSysTaskVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\QueryTaskLogVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\DetailSysTaskVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\AddSysTaskDeptVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\TaskTypeEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\TaskAutoConfiguration.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\GroupCountTypeEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\TaskLogStatusEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\AddSysTaskUserInfoVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\QueryTaskVO.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\constant\enums\TaskItemStatusEnum.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\mapper\SysTaskMapper.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\service\SysTaskLogService.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\entity\vo\SysTaskCountGroup.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\service\impl\SysTaskItemServiceImpl.java
|
||||
C:\tools\dy外网\mosty-common\common-task-starter\src\main\java\com\mosty\common\task\mapper\SysTaskLogMapper.java
|
Reference in New Issue
Block a user