This commit is contained in:
2025-11-05 19:37:58 +08:00
parent 9dd567c86c
commit 5fbaf2e323
6 changed files with 141 additions and 41 deletions

View File

@@ -78,6 +78,10 @@ public class JDOrder extends BaseEntity {
@Excel(name = "参与统计")
private Integer isCountEnabled;
/** 第三方单号 */
@Excel(name = "第三方单号")
private String thirdPartyOrderNo;
}