style: 更换@author

This commit is contained in:
tony
2022-12-27 14:51:19 +08:00
parent 37957f7cad
commit 4b6ff48fe9
43 changed files with 43 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ import java.util.Date;
/**
* <p>流程定义<p>
*
* @author XuanXuan
* @author Tony
* @date 2021-04-03
*/
@Data

View File

@@ -8,7 +8,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 流程实例关联表单对象 sys_instance_form
*
* @author XuanXuan Xuan
* @author Tony
* @date 2021-03-30
*/
public class SysDeployForm extends BaseEntity

View File

@@ -8,7 +8,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 流程表单对象 sys_task_form
*
* @author XuanXuan Xuan
* @author Tony
* @date 2021-03-30
*/
public class SysForm extends BaseEntity

View File

@@ -8,7 +8,7 @@ import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 流程任务关联单对象 sys_task_form
*
* @author XuanXuan Xuan
* @author Tony
* @date 2021-04-03
*/
public class SysTaskForm extends BaseEntity

View File

@@ -7,7 +7,7 @@ import java.util.List;
/**
* 流程定义查询
*
* @author Xuan Xuan
* @author Tony
* @email
* @date 2022/1/29 5:44 下午
**/

View File

@@ -8,7 +8,7 @@ import java.util.List;
/**
* 流程实例关联表单Mapper接口
*
* @author XuanXuan Xuan
* @author Tony
* @date 2021-03-30
*/
public interface SysDeployFormMapper

View File

@@ -7,7 +7,7 @@ import java.util.List;
/**
* 流程表单Mapper接口
*
* @author XuanXuan Xuan
* @author Tony
* @date 2021-03-30
*/
public interface SysFormMapper

View File

@@ -7,7 +7,7 @@ import java.util.List;
/**
* 流程任务关联单Mapper接口
*
* @author XuanXuan Xuan
* @author Tony
* @date 2021-04-03
*/
public interface SysTaskFormMapper