Merge pull request 'fix:应收下载模版' (#18) from develop into main
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m0s
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m0s
Reviewed-on: #18
This commit is contained in:
commit
e6d6129635
2
src/gen/ApiTypes.d.ts
vendored
2
src/gen/ApiTypes.d.ts
vendored
@ -513,7 +513,7 @@ declare namespace ApiTypes {
|
||||
type BatchStore = {
|
||||
"asset_projects_id": number; // 项目id,[ref:asset_projects]
|
||||
"company_employees_id": number; // 员工id,[ref:company_employees]
|
||||
"types": string[]; // 类型数组
|
||||
"types": string[]; // 类型,[enum:HouseWorkOrdersTypeEnum]
|
||||
};
|
||||
type Show = {
|
||||
"id": number; // id
|
||||
|
||||
3453
src/gen/Apis.ts
3453
src/gen/Apis.ts
File diff suppressed because it is too large
Load Diff
@ -333,7 +333,7 @@ export const BillsStatusEnum= {
|
||||
|
||||
// 缓存类型
|
||||
export const CacheTypeEnum= {
|
||||
'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#f33535","value":"MobilePhoneVerificationCode"},
|
||||
'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#40ec73","value":"MobilePhoneVerificationCode"},
|
||||
};
|
||||
|
||||
// CompaniesMerchantTypeEnum
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user