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
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m1s
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 签署时间
|
||||
|
Reference in New Issue
Block a user