oak-pay-business/es/oak-app-domain/StyleDict.js

107 lines
3.7 KiB
JavaScript

import { style as log } from "./Log/Style";
import { style as modi } from "./Modi/Style";
import { style as oper } from "./Oper/Style";
import { style as application } from "./Application/Style";
import { style as area } from "./Area/Style";
import { style as captcha } from "./Captcha/Style";
import { style as changePasswordTemp } from "./ChangePasswordTemp/Style";
import { style as domain } from "./Domain/Style";
import { style as email } from "./Email/Style";
import { style as extraFile } from "./ExtraFile/Style";
import { style as livestream } from "./Livestream/Style";
import { style as loginName } from "./LoginName/Style";
import { style as message } from "./Message/Style";
import { style as mobile } from "./Mobile/Style";
import { style as notification } from "./Notification/Style";
import { style as oauthApplication } from "./OauthApplication/Style";
import { style as oauthProvider } from "./OauthProvider/Style";
import { style as oauthUser } from "./OauthUser/Style";
import { style as oauthUserAuthorization } from "./OauthUserAuthorization/Style";
import { style as parasite } from "./Parasite/Style";
import { style as passport } from "./Passport/Style";
import { style as smsTemplate } from "./SmsTemplate/Style";
import { style as toDo } from "./ToDo/Style";
import { style as token } from "./Token/Style";
import { style as userEntityGrant } from "./UserEntityGrant/Style";
import { style as userWechatPublicTag } from "./UserWechatPublicTag/Style";
import { style as wechatLogin } from "./WechatLogin/Style";
import { style as wechatMenu } from "./WechatMenu/Style";
import { style as wechatPublicTag } from "./WechatPublicTag/Style";
import { style as wechatQrCode } from "./WechatQrCode/Style";
import { style as wechatUser } from "./WechatUser/Style";
import { style as abstractPayAccount } from "./AbstractPayAccount/Style";
import { style as account } from "./Account/Style";
import { style as accountOper } from "./AccountOper/Style";
import { style as apAccount } from "./ApAccount/Style";
import { style as apProduct } from "./ApProduct/Style";
import { style as deposit } from "./Deposit/Style";
import { style as offlineAccount } from "./OfflineAccount/Style";
import { style as order } from "./Order/Style";
import { style as pay } from "./Pay/Style";
import { style as refund } from "./Refund/Style";
import { style as settlement } from "./Settlement/Style";
import { style as settlePlan } from "./SettlePlan/Style";
import { style as ship } from "./Ship/Style";
import { style as sysAccountOper } from "./SysAccountOper/Style";
import { style as user } from "./User/Style";
import { style as withdraw } from "./Withdraw/Style";
import { style as withdrawAccount } from "./WithdrawAccount/Style";
import { style as withdrawChannel } from "./WithdrawChannel/Style";
import { style as withdrawTransfer } from "./WithdrawTransfer/Style";
import { style as wpAccount } from "./WpAccount/Style";
import { style as wpProduct } from "./WpProduct/Style";
export const styleDict = {
log,
modi,
oper,
application,
area,
captcha,
changePasswordTemp,
domain,
email,
extraFile,
livestream,
loginName,
message,
mobile,
notification,
oauthApplication,
oauthProvider,
oauthUser,
oauthUserAuthorization,
parasite,
passport,
smsTemplate,
toDo,
token,
userEntityGrant,
userWechatPublicTag,
wechatLogin,
wechatMenu,
wechatPublicTag,
wechatQrCode,
wechatUser,
abstractPayAccount,
account,
accountOper,
apAccount,
apProduct,
deposit,
offlineAccount,
order,
pay,
refund,
settlement,
settlePlan,
ship,
sysAccountOper,
user,
withdraw,
withdrawAccount,
withdrawChannel,
withdrawTransfer,
wpAccount,
wpProduct
};