Commit 4bfd0e09 authored by 周健威's avatar 周健威

修改代码

parent c3ed41bd
......@@ -114,7 +114,7 @@ public class RscpImagePrice implements java.io.Serializable {
*
* @return 标识
*/
public String getId() {
public Integer getId() {
return this.id;
}
......@@ -124,7 +124,7 @@ public class RscpImagePrice implements java.io.Serializable {
* @param id
* 标识
*/
public void setId(String id) {
public void setId(Integer id) {
this.id = id;
}
......
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