export interface agreementRs {
    code: number;
    name: string;
    end_time: string;
    updated_at: string;
    created_at: string;
}
