yang_shj
1 year ago
43 changed files with 72 additions and 395 deletions
@ -1,12 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.ContentEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface InspectContentMapper extends BaseMapper<ContentEntity>{ |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.ObjectEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface InspectObjectMapper extends BaseMapper<ObjectEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.ObjectUserEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface ObjectUserMapper extends BaseMapper<ObjectUserEntity>{ |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.plan.entity.PlanObjectTemplateEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface PlanObjectTemplateMapper extends BaseMapper<PlanObjectTemplateEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.plan.entity.PlanOrgEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface PlanOrgMapper extends BaseMapper<PlanOrgEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,14 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.plan.entity.PlanPositionEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface PlanPositionMapper extends BaseMapper<PlanPositionEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.plan.entity.PlanUserEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface PlanUserMapper extends BaseMapper<PlanUserEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,15 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.ProjectContentEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
import java.util.List; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface ProjectContentMapper extends BaseMapper<ProjectContentEntity>{ |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.ProjectEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface ProjectMapper extends BaseMapper<ProjectEntity>{ |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.task.entity.TaskObjectEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TaskObjectMapper extends BaseMapper<TaskObjectEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,16 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.task.entity.TaskObjectProjectContentEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
import org.apache.ibatis.annotations.Param; |
|
||||||
|
|
||||||
import java.util.List; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TaskObjectProjectContentMapper extends BaseMapper<TaskObjectProjectContentEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.task.entity.TaskObjectProjectEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TaskObjectProjectMapper extends BaseMapper<TaskObjectProjectEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,12 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.plan.entity.PlanEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TaskPlanMapper extends BaseMapper<PlanEntity> { |
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.task.entity.TaskResultEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TaskResultMapper extends BaseMapper<TaskResultEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.task.entity.TaskUserEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TaskUserMapper extends BaseMapper<TaskUserEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,15 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.TemplateEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
import java.util.List; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TemplateMapper extends BaseMapper<TemplateEntity> { |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
package com.hnac.hzims.scheduled.mapper.inspect; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.hnac.hzinfo.inspect.obj.entity.TemplateProjectEntity; |
|
||||||
import org.apache.ibatis.annotations.Mapper; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author ysj |
|
||||||
*/ |
|
||||||
@Mapper |
|
||||||
public interface TemplateProjectMapper extends BaseMapper<TemplateProjectEntity>{ |
|
||||||
|
|
||||||
} |
|
@ -1,21 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.operation.DutyMainMapper"> |
|
||||||
<resultMap id="BaseResultMap" type="com.hnac.hzims.operational.duty.entity.ImsDutyMainEntity"> |
|
||||||
<id column="ID" property="id" jdbcType="BIGINT"/> |
|
||||||
<result column="TENANT_ID" property="tenantId" jdbcType="VARCHAR"/> |
|
||||||
<result column="DUTY_PERSON_IDS" property="dutyPersonIds" jdbcType="LONGVARCHAR"/> |
|
||||||
<result column="DUTY_DATE" property="dutyDate" jdbcType="DATE"/> |
|
||||||
<result column="CLASS_ID" property="classId" jdbcType="BIGINT"/> |
|
||||||
<result column="DUTY_GROUP_ID" property="dutyGroupId" jdbcType="BIGINT"/> |
|
||||||
<result column="CLASS_NAME" property="className" jdbcType="VARCHAR"/> |
|
||||||
<result column="STATUS" property="status" jdbcType="TINYINT"/> |
|
||||||
<result column="REMARK" property="remark" jdbcType="LONGVARCHAR"/> |
|
||||||
<result column="CREATE_TIME" property="createTime" jdbcType="TIMESTAMP"/> |
|
||||||
<result column="UPDATE_TIME" property="updateTime" jdbcType="TIMESTAMP"/> |
|
||||||
<result column="CREATE_USER" property="createUser" jdbcType="BIGINT"/> |
|
||||||
<result column="UPDATE_USER" property="updateUser" jdbcType="BIGINT"/> |
|
||||||
<result column="IS_DELETED" property="isDeleted" jdbcType="TINYINT"/> |
|
||||||
<result column="CREATE_DEPT" property="createDept" jdbcType="BIGINT"/> |
|
||||||
</resultMap> |
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.InspectContentMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.InspectObjectMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.ObjectUserMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.PlanObjectTemplateMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.PlanOrgMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.PlanPositionMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.PlanUserMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.ProjectContentMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.ProjectMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TaskObjectMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TaskObjectProjectContentMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,6 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TaskObjectProjectMapper"> |
|
||||||
|
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TaskPlanMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TaskResultMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TaskUserMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TemplateMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
@ -1,5 +0,0 @@ |
|||||||
<?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.hnac.hzims.scheduled.mapper.inspect.TemplateProjectMapper"> |
|
||||||
|
|
||||||
</mapper> |
|
Loading…
Reference in new issue