export interface GetAgreementItemRs { agreementItemContents: string; agreementItemName: string; agreementItemSn: number; agreementItemType: string; }