Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m1s

This commit is contained in:
FLL
2025-07-05 17:47:36 +08:00
6 changed files with 212 additions and 56 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;
/**
* 签署时间