1、租赁订单详情
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-05 17:42:37 +08:00
parent cfdb404ddc
commit 50bc728ffb
5 changed files with 193 additions and 51 deletions

View File

@@ -76,6 +76,11 @@ export interface RentalOrderVO {
*/
contractStatus: number;
/**
* 合同编号
*/
contractCode: string;
/**
* 签署时间
*/
@@ -159,6 +164,11 @@ export interface RentalOrderForm extends BaseEntity {
*/
contractStatus?: number;
/**
* 合同编号
*/
contractCode?: string;
/**
* 签署时间
*/
@@ -236,6 +246,10 @@ export interface RentalOrderQuery extends PageQuery {
* 合同状态
*/
contractStatus?: number;
/**
* 合同编号
*/
contractCode?: string;
/**
* 签署时间