Compare commits

..

No commits in common. "e6d6129635c85ab5c8330497476d895e18bb6890" and "024a45687919b91541cc6799c240e857f1723522" have entirely different histories.

3 changed files with 849 additions and 2608 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[]; // 类型,[enum:HouseWorkOrdersTypeEnum] "types": string[]; // 类型数组
}; };
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":"#40ec73","value":"MobilePhoneVerificationCode"}, 'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#f33535","value":"MobilePhoneVerificationCode"},
}; };
// CompaniesMerchantTypeEnum // CompaniesMerchantTypeEnum