@gizone/rrs-client 4.2.9-alpha.754 → 4.2.9-alpha.756

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,7 @@ export interface ZjhtContractListSearchDto {
32
32
  * @type {string}
33
33
  * @memberof ZjhtContractListSearchDto
34
34
  */
35
- 'username': string;
35
+ 'username'?: string;
36
36
  /**
37
37
  * 合同编号
38
38
  * @type {string}
@@ -32,7 +32,7 @@ export interface ZjhtContractListSearchDto {
32
32
  * @type {string}
33
33
  * @memberof ZjhtContractListSearchDto
34
34
  */
35
- 'username': string;
35
+ 'username'?: string;
36
36
  /**
37
37
  * 合同编号
38
38
  * @type {string}
@@ -37,7 +37,7 @@ export interface ZjhtContractListSearchDto {
37
37
  * @type {string}
38
38
  * @memberof ZjhtContractListSearchDto
39
39
  */
40
- 'username': string;
40
+ 'username'?: string;
41
41
  /**
42
42
  * 合同编号
43
43
  * @type {string}