cgf
2025-09-10 76088a1a46cbbc05fc92ad8d982b0dcb0da87cb2
java110-bean/src/main/java/com/java110/dto/contract/ContractChangePlanDetailDto.java
@@ -40,7 +40,7 @@
    private String objType;
    private String operatorLink;
    private String operate;
    private String communityId;
    private Date createTime;
    public String getaLink() {
@@ -250,4 +250,12 @@
    public void setPlanType(String planType) {
        this.planType = planType;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}