Compare commits
2 Commits
024a456879
...
e6d6129635
| Author | SHA1 | Date | |
|---|---|---|---|
| e6d6129635 | |||
|
|
bbc60fc4c2 |
2
src/gen/ApiTypes.d.ts
vendored
2
src/gen/ApiTypes.d.ts
vendored
@ -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
|
||||||
|
|||||||
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= {
|
export const CacheTypeEnum= {
|
||||||
'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#f33535","value":"MobilePhoneVerificationCode"},
|
'MobilePhoneVerificationCode': {"text":"手机验证码","color":"#40ec73","value":"MobilePhoneVerificationCode"},
|
||||||
};
|
};
|
||||||
|
|
||||||
// CompaniesMerchantTypeEnum
|
// CompaniesMerchantTypeEnum
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user