调整基础数据、车船务、项目、合同
This commit is contained in:
+7
-1
@@ -150,7 +150,7 @@ public class ContractManage extends TenantEntity {
|
||||
@Schema(description = "其它附件JSON")
|
||||
private String attachmentsJson;
|
||||
|
||||
@Schema(description = "计费方案JSON")
|
||||
@Schema(description = "计费方案JSON(含规则税率)")
|
||||
private String billingPlanJson;
|
||||
|
||||
@Schema(description = "结算生成规则JSON")
|
||||
@@ -172,11 +172,17 @@ public class ContractManage extends TenantEntity {
|
||||
private String changeRecordJson;
|
||||
|
||||
@Schema(description = "变更内容")
|
||||
@TableField(updateStrategy = FieldStrategy.ALWAYS)
|
||||
private String changeContent;
|
||||
|
||||
@Schema(description = "变更原因")
|
||||
@TableField(updateStrategy = FieldStrategy.ALWAYS)
|
||||
private String changeReason;
|
||||
|
||||
@Schema(description = "待审批变更附件JSON")
|
||||
@TableField(updateStrategy = FieldStrategy.ALWAYS)
|
||||
private String changeAttachmentsJson;
|
||||
|
||||
@Schema(description = "终止原因")
|
||||
private String terminateReason;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user