|
|
@@ -2,6 +2,7 @@ package easydo.technology.model;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSONArray;
|
|
|
import easydo.technology.annotation.NotTableField;
|
|
|
import easydo.technology.annotations.ZSFContainer;
|
|
|
import easydo.technology.annotations.ZSFContainers;
|
|
|
@@ -52,4 +53,6 @@ public class PurchaseBidNotice extends ZeroSpringFolder<PurchaseBidNotice> {
|
|
|
private String contractPlanCode;
|
|
|
@NotTableField
|
|
|
private String contractPlanName;
|
|
|
+ @NotTableField
|
|
|
+ private JSONArray userTaskAssigneePropsList;
|
|
|
}
|