chengpeng 5 years ago
parent
commit
4d166829c9
55 changed files with 59 additions and 1950 deletions
  1. 15 0
      mec-education/pom.xml
  2. 2 0
      mec-education/src/main/java/com/ym/mec/education/EducationApplication.java
  3. 0 121
      mec-education/src/main/java/com/ym/mec/education/entity/WfCcOrder.java
  4. 0 194
      mec-education/src/main/java/com/ym/mec/education/entity/WfHistOrder.java
  5. 0 240
      mec-education/src/main/java/com/ym/mec/education/entity/WfHistTask.java
  6. 0 63
      mec-education/src/main/java/com/ym/mec/education/entity/WfHistTaskActor.java
  7. 0 223
      mec-education/src/main/java/com/ym/mec/education/entity/WfOrder.java
  8. 0 177
      mec-education/src/main/java/com/ym/mec/education/entity/WfProcess.java
  9. 0 146
      mec-education/src/main/java/com/ym/mec/education/entity/WfSurrogate.java
  10. 0 239
      mec-education/src/main/java/com/ym/mec/education/entity/WfTask.java
  11. 0 63
      mec-education/src/main/java/com/ym/mec/education/entity/WfTaskActor.java
  12. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/ChargeTypeSubjectMapperMapper.java
  13. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupMapper.java
  14. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupRelationMapper.java
  15. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupStudentMapperMapper.java
  16. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupTeacherMapperMapper.java
  17. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupTeacherSalaryMapper.java
  18. 1 1
      mec-education/src/main/java/com/ym/mec/education/mapper/MusicGroupMapper.java
  19. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfCcOrderMapper.java
  20. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfHistOrderMapper.java
  21. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfHistTaskActorMapper.java
  22. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfHistTaskMapper.java
  23. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfOrderMapper.java
  24. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfProcessMapper.java
  25. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfSurrogateMapper.java
  26. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfTaskActorMapper.java
  27. 0 16
      mec-education/src/main/java/com/ym/mec/education/mapper/WfTaskMapper.java
  28. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/IMusicGroupService.java
  29. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfCcOrderService.java
  30. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfHistOrderService.java
  31. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfHistTaskActorService.java
  32. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfHistTaskService.java
  33. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfOrderService.java
  34. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfProcessService.java
  35. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfSurrogateService.java
  36. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfTaskActorService.java
  37. 0 16
      mec-education/src/main/java/com/ym/mec/education/service/IWfTaskService.java
  38. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeServiceImpl.java
  39. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeSubjectMapperServiceImpl.java
  40. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupRelationServiceImpl.java
  41. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupServiceImpl.java
  42. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupStudentMapperServiceImpl.java
  43. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherMapperServiceImpl.java
  44. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherSalaryServiceImpl.java
  45. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupServiceImpl.java
  46. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfCcOrderServiceImpl.java
  47. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfHistOrderServiceImpl.java
  48. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfHistTaskActorServiceImpl.java
  49. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfHistTaskServiceImpl.java
  50. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfOrderServiceImpl.java
  51. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfProcessServiceImpl.java
  52. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfSurrogateServiceImpl.java
  53. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfTaskActorServiceImpl.java
  54. 0 20
      mec-education/src/main/java/com/ym/mec/education/service/impl/WfTaskServiceImpl.java
  55. 26 0
      mec-education/src/main/java/test/InterFaceTest.java

+ 15 - 0
mec-education/pom.xml

@@ -75,6 +75,21 @@
 			<artifactId>velocity-engine-core</artifactId>
 			<version>2.0</version>
 		</dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.12</version>
+        </dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-test</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring-test</artifactId>
+			<version>5.1.9.RELEASE</version>
+			<scope>compile</scope>
+		</dependency>
 
 	</dependencies>
 	<build>

+ 2 - 0
mec-education/src/main/java/com/ym/mec/education/EducationApplication.java

@@ -1,6 +1,7 @@
 package com.ym.mec.education;
 
 import com.spring4all.swagger.EnableSwagger2Doc;
+import org.mybatis.spring.annotation.MapperScan;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@@ -9,6 +10,7 @@ import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.Configuration;
 import org.springframework.web.client.RestTemplate;
 
+@MapperScan("com.ym.mec.education.mapper*")
 @SpringBootApplication
 @EnableDiscoveryClient
 @Configuration

+ 0 - 121
mec-education/src/main/java/com/ym/mec/education/entity/WfCcOrder.java

@@ -1,121 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 抄送实例表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_cc_order")
-public class WfCcOrder extends Model<WfCcOrder> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 流程实例ID
-     */
-    @TableField("order_Id")
-    private String orderId;
-    /**
-     * 参与者ID
-     */
-    @TableField("actor_Id")
-    private String actorId;
-    /**
-     * 发起人
-     */
-    private String creator;
-    /**
-     * 抄送时间
-     */
-    @TableField("create_Time")
-    private String createTime;
-    /**
-     * 完成时间
-     */
-    @TableField("finish_Time")
-    private String finishTime;
-    /**
-     * 状态
-     */
-    private Integer status;
-
-
-    public String getOrderId() {
-        return orderId;
-    }
-
-    public WfCcOrder setOrderId(String orderId) {
-        this.orderId = orderId;
-        return this;
-    }
-
-    public String getActorId() {
-        return actorId;
-    }
-
-    public WfCcOrder setActorId(String actorId) {
-        this.actorId = actorId;
-        return this;
-    }
-
-    public String getCreator() {
-        return creator;
-    }
-
-    public WfCcOrder setCreator(String creator) {
-        this.creator = creator;
-        return this;
-    }
-
-    public String getCreateTime() {
-        return createTime;
-    }
-
-    public WfCcOrder setCreateTime(String createTime) {
-        this.createTime = createTime;
-        return this;
-    }
-
-    public String getFinishTime() {
-        return finishTime;
-    }
-
-    public WfCcOrder setFinishTime(String finishTime) {
-        this.finishTime = finishTime;
-        return this;
-    }
-
-    public Integer getStatus() {
-        return status;
-    }
-
-    public WfCcOrder setStatus(Integer status) {
-        this.status = status;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return null;
-    }
-
-    @Override
-    public String toString() {
-        return "WfCcOrder{" +
-        ", orderId=" + orderId +
-        ", actorId=" + actorId +
-        ", creator=" + creator +
-        ", createTime=" + createTime +
-        ", finishTime=" + finishTime +
-        ", status=" + status +
-        "}";
-    }
-}

+ 0 - 194
mec-education/src/main/java/com/ym/mec/education/entity/WfHistOrder.java

@@ -1,194 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 历史流程实例表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_hist_order")
-public class WfHistOrder extends Model<WfHistOrder> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 主键ID
-     */
-    private String id;
-    /**
-     * 流程定义ID
-     */
-    @TableField("process_Id")
-    private String processId;
-    /**
-     * 状态
-     */
-    @TableField("order_State")
-    private Integer orderState;
-    /**
-     * 发起人
-     */
-    private String creator;
-    /**
-     * 发起时间
-     */
-    @TableField("create_Time")
-    private String createTime;
-    /**
-     * 完成时间
-     */
-    @TableField("end_Time")
-    private String endTime;
-    /**
-     * 期望完成时间
-     */
-    @TableField("expire_Time")
-    private String expireTime;
-    /**
-     * 优先级
-     */
-    private Integer priority;
-    /**
-     * 父流程ID
-     */
-    @TableField("parent_Id")
-    private String parentId;
-    /**
-     * 流程实例编号
-     */
-    @TableField("order_No")
-    private String orderNo;
-    /**
-     * 附属变量json存储
-     */
-    private String variable;
-
-
-    public String getId() {
-        return id;
-    }
-
-    public WfHistOrder setId(String id) {
-        this.id = id;
-        return this;
-    }
-
-    public String getProcessId() {
-        return processId;
-    }
-
-    public WfHistOrder setProcessId(String processId) {
-        this.processId = processId;
-        return this;
-    }
-
-    public Integer getOrderState() {
-        return orderState;
-    }
-
-    public WfHistOrder setOrderState(Integer orderState) {
-        this.orderState = orderState;
-        return this;
-    }
-
-    public String getCreator() {
-        return creator;
-    }
-
-    public WfHistOrder setCreator(String creator) {
-        this.creator = creator;
-        return this;
-    }
-
-    public String getCreateTime() {
-        return createTime;
-    }
-
-    public WfHistOrder setCreateTime(String createTime) {
-        this.createTime = createTime;
-        return this;
-    }
-
-    public String getEndTime() {
-        return endTime;
-    }
-
-    public WfHistOrder setEndTime(String endTime) {
-        this.endTime = endTime;
-        return this;
-    }
-
-    public String getExpireTime() {
-        return expireTime;
-    }
-
-    public WfHistOrder setExpireTime(String expireTime) {
-        this.expireTime = expireTime;
-        return this;
-    }
-
-    public Integer getPriority() {
-        return priority;
-    }
-
-    public WfHistOrder setPriority(Integer priority) {
-        this.priority = priority;
-        return this;
-    }
-
-    public String getParentId() {
-        return parentId;
-    }
-
-    public WfHistOrder setParentId(String parentId) {
-        this.parentId = parentId;
-        return this;
-    }
-
-    public String getOrderNo() {
-        return orderNo;
-    }
-
-    public WfHistOrder setOrderNo(String orderNo) {
-        this.orderNo = orderNo;
-        return this;
-    }
-
-    public String getVariable() {
-        return variable;
-    }
-
-    public WfHistOrder setVariable(String variable) {
-        this.variable = variable;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return this.id;
-    }
-
-    @Override
-    public String toString() {
-        return "WfHistOrder{" +
-        ", id=" + id +
-        ", processId=" + processId +
-        ", orderState=" + orderState +
-        ", creator=" + creator +
-        ", createTime=" + createTime +
-        ", endTime=" + endTime +
-        ", expireTime=" + expireTime +
-        ", priority=" + priority +
-        ", parentId=" + parentId +
-        ", orderNo=" + orderNo +
-        ", variable=" + variable +
-        "}";
-    }
-}

+ 0 - 240
mec-education/src/main/java/com/ym/mec/education/entity/WfHistTask.java

@@ -1,240 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 历史任务表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_hist_task")
-public class WfHistTask extends Model<WfHistTask> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 主键ID
-     */
-    private String id;
-    /**
-     * 流程实例ID
-     */
-    @TableField("order_Id")
-    private String orderId;
-    /**
-     * 任务名称
-     */
-    @TableField("task_Name")
-    private String taskName;
-    /**
-     * 任务显示名称
-     */
-    @TableField("display_Name")
-    private String displayName;
-    /**
-     * 任务类型
-     */
-    @TableField("task_Type")
-    private Integer taskType;
-    /**
-     * 参与类型
-     */
-    @TableField("perform_Type")
-    private Integer performType;
-    /**
-     * 任务状态
-     */
-    @TableField("task_State")
-    private Integer taskState;
-    /**
-     * 任务处理人
-     */
-    private String operator;
-    /**
-     * 任务创建时间
-     */
-    @TableField("create_Time")
-    private String createTime;
-    /**
-     * 任务完成时间
-     */
-    @TableField("finish_Time")
-    private String finishTime;
-    /**
-     * 任务期望完成时间
-     */
-    @TableField("expire_Time")
-    private String expireTime;
-    /**
-     * 任务处理url
-     */
-    @TableField("action_Url")
-    private String actionUrl;
-    /**
-     * 父任务ID
-     */
-    @TableField("parent_Task_Id")
-    private String parentTaskId;
-    /**
-     * 附属变量json存储
-     */
-    private String variable;
-
-
-    public String getId() {
-        return id;
-    }
-
-    public WfHistTask setId(String id) {
-        this.id = id;
-        return this;
-    }
-
-    public String getOrderId() {
-        return orderId;
-    }
-
-    public WfHistTask setOrderId(String orderId) {
-        this.orderId = orderId;
-        return this;
-    }
-
-    public String getTaskName() {
-        return taskName;
-    }
-
-    public WfHistTask setTaskName(String taskName) {
-        this.taskName = taskName;
-        return this;
-    }
-
-    public String getDisplayName() {
-        return displayName;
-    }
-
-    public WfHistTask setDisplayName(String displayName) {
-        this.displayName = displayName;
-        return this;
-    }
-
-    public Integer getTaskType() {
-        return taskType;
-    }
-
-    public WfHistTask setTaskType(Integer taskType) {
-        this.taskType = taskType;
-        return this;
-    }
-
-    public Integer getPerformType() {
-        return performType;
-    }
-
-    public WfHistTask setPerformType(Integer performType) {
-        this.performType = performType;
-        return this;
-    }
-
-    public Integer getTaskState() {
-        return taskState;
-    }
-
-    public WfHistTask setTaskState(Integer taskState) {
-        this.taskState = taskState;
-        return this;
-    }
-
-    public String getOperator() {
-        return operator;
-    }
-
-    public WfHistTask setOperator(String operator) {
-        this.operator = operator;
-        return this;
-    }
-
-    public String getCreateTime() {
-        return createTime;
-    }
-
-    public WfHistTask setCreateTime(String createTime) {
-        this.createTime = createTime;
-        return this;
-    }
-
-    public String getFinishTime() {
-        return finishTime;
-    }
-
-    public WfHistTask setFinishTime(String finishTime) {
-        this.finishTime = finishTime;
-        return this;
-    }
-
-    public String getExpireTime() {
-        return expireTime;
-    }
-
-    public WfHistTask setExpireTime(String expireTime) {
-        this.expireTime = expireTime;
-        return this;
-    }
-
-    public String getActionUrl() {
-        return actionUrl;
-    }
-
-    public WfHistTask setActionUrl(String actionUrl) {
-        this.actionUrl = actionUrl;
-        return this;
-    }
-
-    public String getParentTaskId() {
-        return parentTaskId;
-    }
-
-    public WfHistTask setParentTaskId(String parentTaskId) {
-        this.parentTaskId = parentTaskId;
-        return this;
-    }
-
-    public String getVariable() {
-        return variable;
-    }
-
-    public WfHistTask setVariable(String variable) {
-        this.variable = variable;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return this.id;
-    }
-
-    @Override
-    public String toString() {
-        return "WfHistTask{" +
-        ", id=" + id +
-        ", orderId=" + orderId +
-        ", taskName=" + taskName +
-        ", displayName=" + displayName +
-        ", taskType=" + taskType +
-        ", performType=" + performType +
-        ", taskState=" + taskState +
-        ", operator=" + operator +
-        ", createTime=" + createTime +
-        ", finishTime=" + finishTime +
-        ", expireTime=" + expireTime +
-        ", actionUrl=" + actionUrl +
-        ", parentTaskId=" + parentTaskId +
-        ", variable=" + variable +
-        "}";
-    }
-}

+ 0 - 63
mec-education/src/main/java/com/ym/mec/education/entity/WfHistTaskActor.java

@@ -1,63 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 历史任务参与者表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_hist_task_actor")
-public class WfHistTaskActor extends Model<WfHistTaskActor> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 任务ID
-     */
-    @TableField("task_Id")
-    private String taskId;
-    /**
-     * 参与者ID
-     */
-    @TableField("actor_Id")
-    private String actorId;
-
-
-    public String getTaskId() {
-        return taskId;
-    }
-
-    public WfHistTaskActor setTaskId(String taskId) {
-        this.taskId = taskId;
-        return this;
-    }
-
-    public String getActorId() {
-        return actorId;
-    }
-
-    public WfHistTaskActor setActorId(String actorId) {
-        this.actorId = actorId;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return null;
-    }
-
-    @Override
-    public String toString() {
-        return "WfHistTaskActor{" +
-        ", taskId=" + taskId +
-        ", actorId=" + actorId +
-        "}";
-    }
-}

+ 0 - 223
mec-education/src/main/java/com/ym/mec/education/entity/WfOrder.java

@@ -1,223 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 流程实例表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_order")
-public class WfOrder extends Model<WfOrder> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 主键ID
-     */
-    private String id;
-    /**
-     * 父流程ID
-     */
-    @TableField("parent_Id")
-    private String parentId;
-    /**
-     * 流程定义ID
-     */
-    @TableField("process_Id")
-    private String processId;
-    /**
-     * 发起人
-     */
-    private String creator;
-    /**
-     * 发起时间
-     */
-    @TableField("create_Time")
-    private String createTime;
-    /**
-     * 期望完成时间
-     */
-    @TableField("expire_Time")
-    private String expireTime;
-    /**
-     * 上次更新时间
-     */
-    @TableField("last_Update_Time")
-    private String lastUpdateTime;
-    /**
-     * 上次更新人
-     */
-    @TableField("last_Updator")
-    private String lastUpdator;
-    /**
-     * 优先级
-     */
-    private Integer priority;
-    /**
-     * 父流程依赖的节点名称
-     */
-    @TableField("parent_Node_Name")
-    private String parentNodeName;
-    /**
-     * 流程实例编号
-     */
-    @TableField("order_No")
-    private String orderNo;
-    /**
-     * 附属变量json存储
-     */
-    private String variable;
-    /**
-     * 版本
-     */
-    private Integer version;
-
-
-    public String getId() {
-        return id;
-    }
-
-    public WfOrder setId(String id) {
-        this.id = id;
-        return this;
-    }
-
-    public String getParentId() {
-        return parentId;
-    }
-
-    public WfOrder setParentId(String parentId) {
-        this.parentId = parentId;
-        return this;
-    }
-
-    public String getProcessId() {
-        return processId;
-    }
-
-    public WfOrder setProcessId(String processId) {
-        this.processId = processId;
-        return this;
-    }
-
-    public String getCreator() {
-        return creator;
-    }
-
-    public WfOrder setCreator(String creator) {
-        this.creator = creator;
-        return this;
-    }
-
-    public String getCreateTime() {
-        return createTime;
-    }
-
-    public WfOrder setCreateTime(String createTime) {
-        this.createTime = createTime;
-        return this;
-    }
-
-    public String getExpireTime() {
-        return expireTime;
-    }
-
-    public WfOrder setExpireTime(String expireTime) {
-        this.expireTime = expireTime;
-        return this;
-    }
-
-    public String getLastUpdateTime() {
-        return lastUpdateTime;
-    }
-
-    public WfOrder setLastUpdateTime(String lastUpdateTime) {
-        this.lastUpdateTime = lastUpdateTime;
-        return this;
-    }
-
-    public String getLastUpdator() {
-        return lastUpdator;
-    }
-
-    public WfOrder setLastUpdator(String lastUpdator) {
-        this.lastUpdator = lastUpdator;
-        return this;
-    }
-
-    public Integer getPriority() {
-        return priority;
-    }
-
-    public WfOrder setPriority(Integer priority) {
-        this.priority = priority;
-        return this;
-    }
-
-    public String getParentNodeName() {
-        return parentNodeName;
-    }
-
-    public WfOrder setParentNodeName(String parentNodeName) {
-        this.parentNodeName = parentNodeName;
-        return this;
-    }
-
-    public String getOrderNo() {
-        return orderNo;
-    }
-
-    public WfOrder setOrderNo(String orderNo) {
-        this.orderNo = orderNo;
-        return this;
-    }
-
-    public String getVariable() {
-        return variable;
-    }
-
-    public WfOrder setVariable(String variable) {
-        this.variable = variable;
-        return this;
-    }
-
-    public Integer getVersion() {
-        return version;
-    }
-
-    public WfOrder setVersion(Integer version) {
-        this.version = version;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return this.id;
-    }
-
-    @Override
-    public String toString() {
-        return "WfOrder{" +
-        ", id=" + id +
-        ", parentId=" + parentId +
-        ", processId=" + processId +
-        ", creator=" + creator +
-        ", createTime=" + createTime +
-        ", expireTime=" + expireTime +
-        ", lastUpdateTime=" + lastUpdateTime +
-        ", lastUpdator=" + lastUpdator +
-        ", priority=" + priority +
-        ", parentNodeName=" + parentNodeName +
-        ", orderNo=" + orderNo +
-        ", variable=" + variable +
-        ", version=" + version +
-        "}";
-    }
-}

+ 0 - 177
mec-education/src/main/java/com/ym/mec/education/entity/WfProcess.java

@@ -1,177 +0,0 @@
-package com.ym.mec.education.entity;
-
-import java.querys.Blob;
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 流程定义表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_process")
-public class WfProcess extends Model<WfProcess> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 主键ID
-     */
-    private String id;
-    /**
-     * 流程名称
-     */
-    private String name;
-    /**
-     * 流程显示名称
-     */
-    @TableField("display_Name")
-    private String displayName;
-    /**
-     * 流程类型
-     */
-    private String type;
-    /**
-     * 实例url
-     */
-    @TableField("instance_Url")
-    private String instanceUrl;
-    /**
-     * 流程是否可用
-     */
-    private Integer state;
-    /**
-     * 流程模型定义
-     */
-    private Blob content;
-    /**
-     * 版本
-     */
-    private Integer version;
-    /**
-     * 创建时间
-     */
-    @TableField("create_Time")
-    private String createTime;
-    /**
-     * 创建人
-     */
-    private String creator;
-
-
-    public String getId() {
-        return id;
-    }
-
-    public WfProcess setId(String id) {
-        this.id = id;
-        return this;
-    }
-
-    public String getName() {
-        return name;
-    }
-
-    public WfProcess setName(String name) {
-        this.name = name;
-        return this;
-    }
-
-    public String getDisplayName() {
-        return displayName;
-    }
-
-    public WfProcess setDisplayName(String displayName) {
-        this.displayName = displayName;
-        return this;
-    }
-
-    public String getType() {
-        return type;
-    }
-
-    public WfProcess setType(String type) {
-        this.type = type;
-        return this;
-    }
-
-    public String getInstanceUrl() {
-        return instanceUrl;
-    }
-
-    public WfProcess setInstanceUrl(String instanceUrl) {
-        this.instanceUrl = instanceUrl;
-        return this;
-    }
-
-    public Integer getState() {
-        return state;
-    }
-
-    public WfProcess setState(Integer state) {
-        this.state = state;
-        return this;
-    }
-
-    public Blob getContent() {
-        return content;
-    }
-
-    public WfProcess setContent(Blob content) {
-        this.content = content;
-        return this;
-    }
-
-    public Integer getVersion() {
-        return version;
-    }
-
-    public WfProcess setVersion(Integer version) {
-        this.version = version;
-        return this;
-    }
-
-    public String getCreateTime() {
-        return createTime;
-    }
-
-    public WfProcess setCreateTime(String createTime) {
-        this.createTime = createTime;
-        return this;
-    }
-
-    public String getCreator() {
-        return creator;
-    }
-
-    public WfProcess setCreator(String creator) {
-        this.creator = creator;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return this.id;
-    }
-
-    @Override
-    public String toString() {
-        return "WfProcess{" +
-        ", id=" + id +
-        ", name=" + name +
-        ", displayName=" + displayName +
-        ", type=" + type +
-        ", instanceUrl=" + instanceUrl +
-        ", state=" + state +
-        ", content=" + content +
-        ", version=" + version +
-        ", createTime=" + createTime +
-        ", creator=" + creator +
-        "}";
-    }
-}

+ 0 - 146
mec-education/src/main/java/com/ym/mec/education/entity/WfSurrogate.java

@@ -1,146 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 委托代理表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_surrogate")
-public class WfSurrogate extends Model<WfSurrogate> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 主键ID
-     */
-    private String id;
-    /**
-     * 流程名称
-     */
-    @TableField("process_Name")
-    private String processName;
-    /**
-     * 授权人
-     */
-    private String operator;
-    /**
-     * 代理人
-     */
-    private String surrogate;
-    /**
-     * 操作时间
-     */
-    private String odate;
-    /**
-     * 开始时间
-     */
-    private String sdate;
-    /**
-     * 结束时间
-     */
-    private String edate;
-    /**
-     * 状态
-     */
-    private Integer state;
-
-
-    public String getId() {
-        return id;
-    }
-
-    public WfSurrogate setId(String id) {
-        this.id = id;
-        return this;
-    }
-
-    public String getProcessName() {
-        return processName;
-    }
-
-    public WfSurrogate setProcessName(String processName) {
-        this.processName = processName;
-        return this;
-    }
-
-    public String getOperator() {
-        return operator;
-    }
-
-    public WfSurrogate setOperator(String operator) {
-        this.operator = operator;
-        return this;
-    }
-
-    public String getSurrogate() {
-        return surrogate;
-    }
-
-    public WfSurrogate setSurrogate(String surrogate) {
-        this.surrogate = surrogate;
-        return this;
-    }
-
-    public String getOdate() {
-        return odate;
-    }
-
-    public WfSurrogate setOdate(String odate) {
-        this.odate = odate;
-        return this;
-    }
-
-    public String getSdate() {
-        return sdate;
-    }
-
-    public WfSurrogate setSdate(String sdate) {
-        this.sdate = sdate;
-        return this;
-    }
-
-    public String getEdate() {
-        return edate;
-    }
-
-    public WfSurrogate setEdate(String edate) {
-        this.edate = edate;
-        return this;
-    }
-
-    public Integer getState() {
-        return state;
-    }
-
-    public WfSurrogate setState(Integer state) {
-        this.state = state;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return this.id;
-    }
-
-    @Override
-    public String toString() {
-        return "WfSurrogate{" +
-        ", id=" + id +
-        ", processName=" + processName +
-        ", operator=" + operator +
-        ", surrogate=" + surrogate +
-        ", odate=" + odate +
-        ", sdate=" + sdate +
-        ", edate=" + edate +
-        ", state=" + state +
-        "}";
-    }
-}

+ 0 - 239
mec-education/src/main/java/com/ym/mec/education/entity/WfTask.java

@@ -1,239 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 任务表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_task")
-public class WfTask extends Model<WfTask> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 主键ID
-     */
-    private String id;
-    /**
-     * 流程实例ID
-     */
-    @TableField("order_Id")
-    private String orderId;
-    /**
-     * 任务名称
-     */
-    @TableField("task_Name")
-    private String taskName;
-    /**
-     * 任务显示名称
-     */
-    @TableField("display_Name")
-    private String displayName;
-    /**
-     * 任务类型
-     */
-    @TableField("task_Type")
-    private Integer taskType;
-    /**
-     * 参与类型
-     */
-    @TableField("perform_Type")
-    private Integer performType;
-    /**
-     * 任务处理人
-     */
-    private String operator;
-    /**
-     * 任务创建时间
-     */
-    @TableField("create_Time")
-    private String createTime;
-    /**
-     * 任务完成时间
-     */
-    @TableField("finish_Time")
-    private String finishTime;
-    /**
-     * 任务期望完成时间
-     */
-    @TableField("expire_Time")
-    private String expireTime;
-    /**
-     * 任务处理的url
-     */
-    @TableField("action_Url")
-    private String actionUrl;
-    /**
-     * 父任务ID
-     */
-    @TableField("parent_Task_Id")
-    private String parentTaskId;
-    /**
-     * 附属变量json存储
-     */
-    private String variable;
-    /**
-     * 版本
-     */
-    private Integer version;
-
-
-    public String getId() {
-        return id;
-    }
-
-    public WfTask setId(String id) {
-        this.id = id;
-        return this;
-    }
-
-    public String getOrderId() {
-        return orderId;
-    }
-
-    public WfTask setOrderId(String orderId) {
-        this.orderId = orderId;
-        return this;
-    }
-
-    public String getTaskName() {
-        return taskName;
-    }
-
-    public WfTask setTaskName(String taskName) {
-        this.taskName = taskName;
-        return this;
-    }
-
-    public String getDisplayName() {
-        return displayName;
-    }
-
-    public WfTask setDisplayName(String displayName) {
-        this.displayName = displayName;
-        return this;
-    }
-
-    public Integer getTaskType() {
-        return taskType;
-    }
-
-    public WfTask setTaskType(Integer taskType) {
-        this.taskType = taskType;
-        return this;
-    }
-
-    public Integer getPerformType() {
-        return performType;
-    }
-
-    public WfTask setPerformType(Integer performType) {
-        this.performType = performType;
-        return this;
-    }
-
-    public String getOperator() {
-        return operator;
-    }
-
-    public WfTask setOperator(String operator) {
-        this.operator = operator;
-        return this;
-    }
-
-    public String getCreateTime() {
-        return createTime;
-    }
-
-    public WfTask setCreateTime(String createTime) {
-        this.createTime = createTime;
-        return this;
-    }
-
-    public String getFinishTime() {
-        return finishTime;
-    }
-
-    public WfTask setFinishTime(String finishTime) {
-        this.finishTime = finishTime;
-        return this;
-    }
-
-    public String getExpireTime() {
-        return expireTime;
-    }
-
-    public WfTask setExpireTime(String expireTime) {
-        this.expireTime = expireTime;
-        return this;
-    }
-
-    public String getActionUrl() {
-        return actionUrl;
-    }
-
-    public WfTask setActionUrl(String actionUrl) {
-        this.actionUrl = actionUrl;
-        return this;
-    }
-
-    public String getParentTaskId() {
-        return parentTaskId;
-    }
-
-    public WfTask setParentTaskId(String parentTaskId) {
-        this.parentTaskId = parentTaskId;
-        return this;
-    }
-
-    public String getVariable() {
-        return variable;
-    }
-
-    public WfTask setVariable(String variable) {
-        this.variable = variable;
-        return this;
-    }
-
-    public Integer getVersion() {
-        return version;
-    }
-
-    public WfTask setVersion(Integer version) {
-        this.version = version;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return this.id;
-    }
-
-    @Override
-    public String toString() {
-        return "WfTask{" +
-        ", id=" + id +
-        ", orderId=" + orderId +
-        ", taskName=" + taskName +
-        ", displayName=" + displayName +
-        ", taskType=" + taskType +
-        ", performType=" + performType +
-        ", operator=" + operator +
-        ", createTime=" + createTime +
-        ", finishTime=" + finishTime +
-        ", expireTime=" + expireTime +
-        ", actionUrl=" + actionUrl +
-        ", parentTaskId=" + parentTaskId +
-        ", variable=" + variable +
-        ", version=" + version +
-        "}";
-    }
-}

+ 0 - 63
mec-education/src/main/java/com/ym/mec/education/entity/WfTaskActor.java

@@ -1,63 +0,0 @@
-package com.ym.mec.education.entity;
-
-import com.baomidou.mybatisplus.annotations.TableField;
-import com.baomidou.mybatisplus.activerecord.Model;
-import com.baomidou.mybatisplus.annotations.TableName;
-import java.io.Serializable;
-
-/**
- * <p>
- * 任务参与者表
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@TableName("wf_task_actor")
-public class WfTaskActor extends Model<WfTaskActor> {
-
-    private static final long serialVersionUID = 1L;
-
-    /**
-     * 任务ID
-     */
-    @TableField("task_Id")
-    private String taskId;
-    /**
-     * 参与者ID
-     */
-    @TableField("actor_Id")
-    private String actorId;
-
-
-    public String getTaskId() {
-        return taskId;
-    }
-
-    public WfTaskActor setTaskId(String taskId) {
-        this.taskId = taskId;
-        return this;
-    }
-
-    public String getActorId() {
-        return actorId;
-    }
-
-    public WfTaskActor setActorId(String actorId) {
-        this.actorId = actorId;
-        return this;
-    }
-
-    @Override
-    protected Serializable pkVal() {
-        return null;
-    }
-
-    @Override
-    public String toString() {
-        return "WfTaskActor{" +
-        ", taskId=" + taskId +
-        ", actorId=" + actorId +
-        "}";
-    }
-}

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/ChargeTypeSubjectMapperMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.ChargeTypeSubjectMapper;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.ClassGroup;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupRelationMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.ClassGroupRelation;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupStudentMapperMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.ClassGroupStudentMapper;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupTeacherMapperMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.ClassGroupTeacherMapper;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/ClassGroupTeacherSalaryMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.ClassGroupTeacherSalary;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/mapper/MusicGroupMapper.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.mapper;
 
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.ym.mec.education.entity.MusicGroup;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
 
 /**
  * <p>

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfCcOrderMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfCcOrder;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 抄送实例表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfCcOrderMapper extends BaseMapper<WfCcOrder> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfHistOrderMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfHistOrder;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 历史流程实例表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfHistOrderMapper extends BaseMapper<WfHistOrder> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfHistTaskActorMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfHistTaskActor;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 历史任务参与者表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfHistTaskActorMapper extends BaseMapper<WfHistTaskActor> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfHistTaskMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfHistTask;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 历史任务表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfHistTaskMapper extends BaseMapper<WfHistTask> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfOrderMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfOrder;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 流程实例表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfOrderMapper extends BaseMapper<WfOrder> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfProcessMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfProcess;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 流程定义表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfProcessMapper extends BaseMapper<WfProcess> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfSurrogateMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfSurrogate;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 委托代理表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfSurrogateMapper extends BaseMapper<WfSurrogate> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfTaskActorMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfTaskActor;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 任务参与者表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfTaskActorMapper extends BaseMapper<WfTaskActor> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/mapper/WfTaskMapper.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.mapper;
-
-import com.ym.mec.education.entity.WfTask;
-import com.baomidou.mybatisplus.mapper.BaseMapper;
-
-/**
- * <p>
- * 任务表 Mapper 接口
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface WfTaskMapper extends BaseMapper<WfTask> {
-
-}

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/IMusicGroupService.java

@@ -1,7 +1,7 @@
 package com.ym.mec.education.service;
 
+import com.baomidou.mybatisplus.extension.service.IService;
 import com.ym.mec.education.entity.MusicGroup;
-import com.baomidou.mybatisplus.service.IService;
 
 /**
  * <p>

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfCcOrderService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfCcOrder;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 抄送实例表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfCcOrderService extends IService<WfCcOrder> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfHistOrderService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfHistOrder;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 历史流程实例表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfHistOrderService extends IService<WfHistOrder> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfHistTaskActorService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfHistTaskActor;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 历史任务参与者表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfHistTaskActorService extends IService<WfHistTaskActor> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfHistTaskService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfHistTask;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 历史任务表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfHistTaskService extends IService<WfHistTask> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfOrderService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfOrder;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 流程实例表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfOrderService extends IService<WfOrder> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfProcessService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfProcess;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 流程定义表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfProcessService extends IService<WfProcess> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfSurrogateService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfSurrogate;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 委托代理表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfSurrogateService extends IService<WfSurrogate> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfTaskActorService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfTaskActor;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 任务参与者表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfTaskActorService extends IService<WfTaskActor> {
-
-}

+ 0 - 16
mec-education/src/main/java/com/ym/mec/education/service/IWfTaskService.java

@@ -1,16 +0,0 @@
-package com.ym.mec.education.service;
-
-import com.ym.mec.education.entity.WfTask;
-import com.baomidou.mybatisplus.service.IService;
-
-/**
- * <p>
- * 任务表 服务类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-public interface IWfTaskService extends IService<WfTask> {
-
-}

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ChargeType;
 import com.ym.mec.education.mapper.ChargeTypeMapper;
 import com.ym.mec.education.service.IChargeTypeService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeSubjectMapperServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ChargeTypeSubjectMapper;
 import com.ym.mec.education.mapper.ChargeTypeSubjectMapperMapper;
 import com.ym.mec.education.service.IChargeTypeSubjectMapperService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupRelationServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ClassGroupRelation;
 import com.ym.mec.education.mapper.ClassGroupRelationMapper;
 import com.ym.mec.education.service.IClassGroupRelationService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ClassGroup;
 import com.ym.mec.education.mapper.ClassGroupMapper;
 import com.ym.mec.education.service.IClassGroupService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupStudentMapperServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ClassGroupStudentMapper;
 import com.ym.mec.education.mapper.ClassGroupStudentMapperMapper;
 import com.ym.mec.education.service.IClassGroupStudentMapperService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherMapperServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ClassGroupTeacherMapper;
 import com.ym.mec.education.mapper.ClassGroupTeacherMapperMapper;
 import com.ym.mec.education.service.IClassGroupTeacherMapperService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherSalaryServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.ClassGroupTeacherSalary;
 import com.ym.mec.education.mapper.ClassGroupTeacherSalaryMapper;
 import com.ym.mec.education.service.IClassGroupTeacherSalaryService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupServiceImpl.java

@@ -1,9 +1,9 @@
 package com.ym.mec.education.service.impl;
 
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.ym.mec.education.entity.MusicGroup;
 import com.ym.mec.education.mapper.MusicGroupMapper;
 import com.ym.mec.education.service.IMusicGroupService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
 import org.springframework.stereotype.Service;
 
 /**

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfCcOrderServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfCcOrder;
-import com.ym.mec.education.mapper.WfCcOrderMapper;
-import com.ym.mec.education.service.IWfCcOrderService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 抄送实例表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfCcOrderServiceImpl extends ServiceImpl<WfCcOrderMapper, WfCcOrder> implements IWfCcOrderService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfHistOrderServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfHistOrder;
-import com.ym.mec.education.mapper.WfHistOrderMapper;
-import com.ym.mec.education.service.IWfHistOrderService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 历史流程实例表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfHistOrderServiceImpl extends ServiceImpl<WfHistOrderMapper, WfHistOrder> implements IWfHistOrderService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfHistTaskActorServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfHistTaskActor;
-import com.ym.mec.education.mapper.WfHistTaskActorMapper;
-import com.ym.mec.education.service.IWfHistTaskActorService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 历史任务参与者表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfHistTaskActorServiceImpl extends ServiceImpl<WfHistTaskActorMapper, WfHistTaskActor> implements IWfHistTaskActorService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfHistTaskServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfHistTask;
-import com.ym.mec.education.mapper.WfHistTaskMapper;
-import com.ym.mec.education.service.IWfHistTaskService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 历史任务表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfHistTaskServiceImpl extends ServiceImpl<WfHistTaskMapper, WfHistTask> implements IWfHistTaskService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfOrderServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfOrder;
-import com.ym.mec.education.mapper.WfOrderMapper;
-import com.ym.mec.education.service.IWfOrderService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 流程实例表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfOrderServiceImpl extends ServiceImpl<WfOrderMapper, WfOrder> implements IWfOrderService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfProcessServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfProcess;
-import com.ym.mec.education.mapper.WfProcessMapper;
-import com.ym.mec.education.service.IWfProcessService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 流程定义表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfProcessServiceImpl extends ServiceImpl<WfProcessMapper, WfProcess> implements IWfProcessService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfSurrogateServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfSurrogate;
-import com.ym.mec.education.mapper.WfSurrogateMapper;
-import com.ym.mec.education.service.IWfSurrogateService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 委托代理表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfSurrogateServiceImpl extends ServiceImpl<WfSurrogateMapper, WfSurrogate> implements IWfSurrogateService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfTaskActorServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfTaskActor;
-import com.ym.mec.education.mapper.WfTaskActorMapper;
-import com.ym.mec.education.service.IWfTaskActorService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 任务参与者表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfTaskActorServiceImpl extends ServiceImpl<WfTaskActorMapper, WfTaskActor> implements IWfTaskActorService {
-
-}

+ 0 - 20
mec-education/src/main/java/com/ym/mec/education/service/impl/WfTaskServiceImpl.java

@@ -1,20 +0,0 @@
-package com.ym.mec.education.service.impl;
-
-import com.ym.mec.education.entity.WfTask;
-import com.ym.mec.education.mapper.WfTaskMapper;
-import com.ym.mec.education.service.IWfTaskService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
-import org.springframework.stereotype.Service;
-
-/**
- * <p>
- * 任务表 服务实现类
- * </p>
- *
- * @author lemeng
- * @since 2019-09-25
- */
-@Service
-public class WfTaskServiceImpl extends ServiceImpl<WfTaskMapper, WfTask> implements IWfTaskService {
-
-}

+ 26 - 0
mec-education/src/main/java/test/InterFaceTest.java

@@ -0,0 +1,26 @@
+package test;
+import com.ym.mec.education.EducationApplication;
+import com.ym.mec.education.entity.MusicGroup;
+import com.ym.mec.education.service.IMusicGroupService;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
+
+
+@RunWith(SpringJUnit4ClassRunner.class)
+@SpringBootTest(classes={EducationApplication.class, InterFaceTest.class})
+public class InterFaceTest {
+
+    @Autowired
+    private IMusicGroupService musicGroupService;
+
+
+    @Test
+    public void testCart() throws Exception {
+
+        MusicGroup musicGroup =  musicGroupService.getById(1);
+        System.out.println(musicGroup.toString());
+    }
+}