Merge pull request 'fix:应收下载模版' (#18) from develop into main
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m0s

Reviewed-on: #18
This commit is contained in:
zsq 2026-04-28 10:23:45 +08:00
commit e6d6129635
3 changed files with 2608 additions and 849 deletions

View File

@ -513,7 +513,7 @@ declare namespace ApiTypes {
type BatchStore = { type BatchStore = {
"asset_projects_id": number; // 项目id,[ref:asset_projects] "asset_projects_id": number; // 项目id,[ref:asset_projects]
"company_employees_id": number; // 员工id,[ref:company_employees] "company_employees_id": number; // 员工id,[ref:company_employees]
"types": string[]; // 类型数组 "types": string[]; // 类型,[enum:HouseWorkOrdersTypeEnum]
}; };
type Show = { type Show = {
"id": number; // id "id": number; // id

File diff suppressed because it is too large Load Diff

View File

@ -333,7 +333,7 @@ export const BillsStatusEnum= {
// 缓存类型 // 缓存类型
export const CacheTypeEnum= { export const CacheTypeEnum= {
'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#f33535","value":"MobilePhoneVerificationCode"}, 'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#40ec73","value":"MobilePhoneVerificationCode"},
}; };
// CompaniesMerchantTypeEnum // CompaniesMerchantTypeEnum