项目、合同、运单、预结算、正式结算、付款对接mk

This commit is contained in:
2026-09-21 10:36:00 +08:00
parent 86adb47392
commit 0797785176
15 changed files with 975 additions and 5 deletions
@@ -1,6 +1,7 @@
package org.springblade.thirdparty.mk.pojo.dto;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.io.Serial;
@@ -44,4 +45,9 @@ public class MKProcessCreateDTO implements Serializable {
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
private Object tempVarData;
/**
* 业务类型,仅 ERP 内部使用,不传给 MK
*/
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String bizType;
}