南歧nc推送

This commit is contained in:
hjx
2026-01-16 15:46:28 +08:00
parent b25c795d4e
commit ae76596503
2 changed files with 20 additions and 4 deletions
@@ -558,4 +558,9 @@ public class TmsOrder implements Serializable {
@ApiModelProperty(value = "上级组织ID")
private Long topOrganizationId;
@ApiModelProperty(value = "单据日期")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
private java.util.Date documentDate;
}