parent
8502b52c3f
commit
f61cd5be0b
@ -0,0 +1,12 @@
|
||||
package au.com.royalpay.payment.manage.mappers.riskbusiness;
|
||||
|
||||
import cn.yixblog.support.mybatis.autosql.annotations.AutoMapper;
|
||||
import cn.yixblog.support.mybatis.autosql.annotations.AutoSql;
|
||||
import cn.yixblog.support.mybatis.autosql.annotations.SqlType;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
|
||||
@AutoMapper(tablename = "risk_material", pkName = "material_id")
|
||||
public interface RiskMaterialMapper {
|
||||
@AutoSql(type = SqlType.INSERT)
|
||||
void save(JSONObject material);
|
||||
}
|
Loading…
Reference in new issue