瀏覽代碼

协议修改

785834757 2 年之前
父節點
當前提交
8777d64052

+ 6 - 0
src/main/java/com/ydtech/modules/protocol/entity/dto/PtlAgreementSaveDto.java

@@ -82,4 +82,10 @@ public class PtlAgreementSaveDto implements Serializable {
 
 
     @ApiModelProperty("外部订单协议")
     @ApiModelProperty("外部订单协议")
     private Integer isExternal;
     private Integer isExternal;
+
+    @ApiModelProperty("业务描述")
+    private String businessDescription;
+
+    @ApiModelProperty("工号描述")
+    private String jobDescription;
 }
 }

+ 12 - 0
src/main/java/com/ydtech/modules/protocol/entity/po/PtlAgreement.java

@@ -233,6 +233,18 @@ public class PtlAgreement implements Serializable {
     @TableField(value = "audit_type")
     @TableField(value = "audit_type")
     private Integer auditType;
     private Integer auditType;
 
 
+    /**
+     * 业务描述
+     */
+    @TableField(value = "business_description")
+    private String businessDescription;
+
+    /**
+     * 工号描述
+     */
+    @TableField(value = "job_description")
+    private String jobDescription;
+
     @TableField(exist = false)
     @TableField(exist = false)
     private static final long serialVersionUID = 1L;
     private static final long serialVersionUID = 1L;