This commit is contained in:
2024-12-17 15:27:29 +08:00
parent b3b7590775
commit b88c070ec7
8 changed files with 49 additions and 2 deletions

View File

@@ -52,4 +52,5 @@ public class SourceEntity {
private Integer isBuy;
private Date createTime;
private Date updateTime;
private String posJson;
}