소스 검색

no message

FengChaoYu 9 달 전
부모
커밋
a6b2ceff92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-server-api/src/main/java/com/gree/mall/manager/bean/settle/repair/DailyBankAccountVO.java

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/bean/settle/repair/DailyBankAccountVO.java

@@ -13,7 +13,7 @@ import java.util.Date;
 public class DailyBankAccountVO {
 
     @ApiModelProperty(value = "银行账户id")
-    private Integer id;
+    private String id;
 
     @ApiModelProperty(value = "服务人员名称")
     private String workerName;