Commit bf1dff2e authored by 周健威's avatar 周健威

添加日志接口

parent 32b9ad68
......@@ -128,7 +128,7 @@ public class GaindataLog implements Serializable {
*/
@Column(name = "username")
@ApiModelProperty(value = "用户名称")
private Integer username;
private String username;
/**
* 1--已提交;
......
<?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.upyuns.platform.rs.website.mapper.GaindataLogMapper">
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment