forked from integrated_whb/integrated_whb
BUS_EIGHTWORK_FLOW_LOG的mapper创建
parent
a3c18c875e
commit
2d56101774
|
@ -0,0 +1,15 @@
|
|||
package com.zcloud.mapper.datasource.eightwork;
|
||||
|
||||
import com.zcloud.entity.PageData;
|
||||
|
||||
/**
|
||||
* @author fangjiakai
|
||||
* @date 2024/01/17 11:31
|
||||
*/
|
||||
public interface EightWorkFlowLogMapper {
|
||||
/**新增
|
||||
* @param pd
|
||||
* @throws Exception
|
||||
*/
|
||||
void save(PageData pd);
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
<?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.zcloud.mapper.dsno1.eightWork.EightWorkFlowLogMapper">
|
||||
<mapper namespace="com.zcloud.mapper.datasource.eightwork.EightWorkFlowLogMapper">
|
||||
|
||||
<!--表名 -->
|
||||
<sql id="tableName">
|
||||
|
|
Loading…
Reference in New Issue