新需求

This commit is contained in:
xianyi
2026-01-09 17:54:12 +08:00
parent ce4cdc4ed2
commit b9b95b9157
4 changed files with 27 additions and 21 deletions

View File

@@ -1230,6 +1230,8 @@ export interface OutputTijianPdfFileInfo {
is_pay?: number | null;
/** 是否支付名称 */
is_pay_name?: string | null;
/** pdf序号 */
pdf_sort: number | null;
}
/**