招商阶段短信通知与回调逻辑更改

This commit is contained in:
guohb
2024-05-20 17:50:45 +08:00
parent e6ee518da2
commit 9be6d0747e
7 changed files with 56 additions and 35 deletions

View File

@@ -29,6 +29,7 @@ public class LineInfoDO {
/**
* 申请人姓名
*/
@Column(name = "username")
private String username;
/**
@@ -166,6 +167,7 @@ public class LineInfoDO {
/**
* 加盟商编码
*/
@Column(name = "partner_num")
private String partnerNum;
}