Commit 565eb20c by jianan

零时薪资单4

parent 43e34a4b
......@@ -48,7 +48,7 @@ public class AgAclLifePractitionerSalary implements Serializable {
*/
private String pdfOssPath;
private Integer isBasic;
private String isBasic;
private static final long serialVersionUID = 1L;
......@@ -172,11 +172,11 @@ public class AgAclLifePractitionerSalary implements Serializable {
return sb.toString();
}
public Integer getIsBasic() {
public String getIsBasic() {
return isBasic;
}
public void setIsBasic(Integer isBasic) {
public void setIsBasic(String isBasic) {
this.isBasic = isBasic;
}
}
\ 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