推广宽图改版,商户列表,注册改版

This commit is contained in:
liuyingfang
2023-08-02 18:19:54 +08:00
parent 9e5aca8d74
commit 0ae6cf60cf
8 changed files with 184 additions and 104 deletions

View File

@@ -90,5 +90,9 @@ public class AppGuide implements Serializable {
private Date updateTimeEnd;
@TableField("type")
private String type;
@TableField("android")
private String android;
@TableField("ios")
private String ios;
}