Commit 6f9b3715 by HlQ

[add] 工单绑定合同id时,合同id可传空

1 parent 3a73b693
...@@ -126,5 +126,6 @@ public class Task { ...@@ -126,5 +126,6 @@ public class Task {
/** /**
* 合同id * 合同id
*/ */
@TableField(updateStrategy = FieldStrategy.ALWAYS)
private Long contractId; private Long contractId;
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!