|
|
declare namespace API {
|
|
|
type adDetailUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type addressAnalysisUsingGETParams = {
|
|
|
/** address */
|
|
|
address: string;
|
|
|
};
|
|
|
|
|
|
type agreeMemberApplicationUsingGETParams = {
|
|
|
/** businessUserId */
|
|
|
businessUserId: number;
|
|
|
};
|
|
|
|
|
|
type AjaxRequest = {
|
|
|
requestId?: string;
|
|
|
method?: string;
|
|
|
caller?: string;
|
|
|
data?: Record<string, any>;
|
|
|
userKey?: string;
|
|
|
paramSign?: string;
|
|
|
callTime?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxRequestJSONObject_ = {
|
|
|
requestId?: string;
|
|
|
method?: string;
|
|
|
caller?: string;
|
|
|
data?: Record<string, any>;
|
|
|
userKey?: string;
|
|
|
paramSign?: string;
|
|
|
callTime?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResult = {
|
|
|
data?: Record<string, any>;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultBoolean_ = {
|
|
|
data?: boolean;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultGetVideoPlayAuthResponse_ = {
|
|
|
data?: GetVideoPlayAuthResponse;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultInt_ = {
|
|
|
data?: number;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcBanner_ = {
|
|
|
data?: IPagePbcBanner_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcBusiness_ = {
|
|
|
data?: IPagePbcBusiness_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcBusinessApproval_ = {
|
|
|
data?: IPagePbcBusinessApproval_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcBusinessTeamVO_ = {
|
|
|
data?: IPagePbcBusinessTeamVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcBusinessViewRankVO_ = {
|
|
|
data?: IPagePbcBusinessViewRankVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcChannelMerchantDetailVO_ = {
|
|
|
data?: IPagePbcChannelMerchantDetailVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcOperationalBusinessDataVO_ = {
|
|
|
data?: IPagePbcOperationalBusinessDataVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcOperationalProductVO_ = {
|
|
|
data?: IPagePbcOperationalProductVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcPeopleScanDetailVO_ = {
|
|
|
data?: IPagePbcPeopleScanDetailVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcProductVO_ = {
|
|
|
data?: IPagePbcProductVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcRequirement_ = {
|
|
|
data?: IPagePbcRequirement_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcRole_ = {
|
|
|
data?: IPagePbcRole_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcScreenAdvertisement_ = {
|
|
|
data?: IPagePbcScreenAdvertisement_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcTrainingClasses_ = {
|
|
|
data?: IPagePbcTrainingClasses_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcTrainingClassesType_ = {
|
|
|
data?: IPagePbcTrainingClassesType_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcUserBusiness_ = {
|
|
|
data?: IPagePbcUserBusiness_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcUserCollect_ = {
|
|
|
data?: IPagePbcUserCollect_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcUserMessage_ = {
|
|
|
data?: IPagePbcUserMessage_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcUserOperationalDataVO_ = {
|
|
|
data?: IPagePbcUserOperationalDataVO_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcUsers_ = {
|
|
|
data?: IPagePbcUsers_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultIPagePbcVipGrade_ = {
|
|
|
data?: IPagePbcVipGrade_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultJSONObject_ = {
|
|
|
data?: JSONObject;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcAuthority_ = {
|
|
|
data?: PbcAuthority[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcBanner_ = {
|
|
|
data?: PbcBanner_[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcBusiness_ = {
|
|
|
data?: PbcBusiness[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcBusinessApproval_ = {
|
|
|
data?: PbcBusinessApproval[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcBusinessPostConfig_ = {
|
|
|
data?: PbcBusinessPostConfig[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcCategory_ = {
|
|
|
data?: PbcCategory[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcCommonDataValue_ = {
|
|
|
data?: PbcCommonDataValue[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcProductVO_ = {
|
|
|
data?: PbcProductVO[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcRole_ = {
|
|
|
data?: PbcRole[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcSearchKeyVO_ = {
|
|
|
data?: PbcSearchKeyVO[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcSpecification_ = {
|
|
|
data?: PbcSpecification[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcTrainingClassesType_ = {
|
|
|
data?: PbcTrainingClassesType_[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcUserMessage_ = {
|
|
|
data?: PbcUserMessage[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcUsers_ = {
|
|
|
data?: PbcUsers[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultListPbcVipGrade_ = {
|
|
|
data?: PbcVipGrade[];
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultLong_ = {
|
|
|
data?: number;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultMapStringString_ = {
|
|
|
data?: Record<string, any>;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPagePbcBusiness_ = {
|
|
|
data?: PagePbcBusiness_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPagePbcBusinessApproval_ = {
|
|
|
data?: PagePbcBusinessApproval_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPagePbcUserMessage_ = {
|
|
|
data?: PagePbcUserMessage_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPagePbcUsers_ = {
|
|
|
data?: PagePbcUsers_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcAdminStaticalVO_ = {
|
|
|
data?: PbcAdminStaticalVO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcBanner_ = {
|
|
|
data?: PbcBanner_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcBusiness_ = {
|
|
|
data?: PbcBusiness;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcBusinessApproval_ = {
|
|
|
data?: PbcBusinessApproval;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcBusinessPostConfig_ = {
|
|
|
data?: PbcBusinessPostConfig;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcBusinessTeamVO_ = {
|
|
|
data?: PbcBusinessTeamVO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcCategory_ = {
|
|
|
data?: PbcCategory;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcCategoryCommonDataVO_ = {
|
|
|
data?: PbcCategoryCommonDataVO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcProductVO_ = {
|
|
|
data?: PbcProductVO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcRequirement_ = {
|
|
|
data?: PbcRequirement_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcScreenAdvertisement_ = {
|
|
|
data?: PbcScreenAdvertisement;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcTrainingClasses_ = {
|
|
|
data?: PbcTrainingClasses_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcTrainingClassesChapter_ = {
|
|
|
data?: PbcTrainingClassesChapter_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcTrainingClassesPageDTO_ = {
|
|
|
data?: PbcTrainingClassesPageDTO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcTrainingClassesType_ = {
|
|
|
data?: PbcTrainingClassesType_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcTrainingClassesVideo_ = {
|
|
|
data?: PbcTrainingClassesVideo_;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcUserBusinessReturnVO_ = {
|
|
|
data?: PbcUserBusinessReturnVO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcUserMessage_ = {
|
|
|
data?: PbcUserMessage;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcUsers_ = {
|
|
|
data?: PbcUsers;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcUsersVO_ = {
|
|
|
data?: PbcUsersVO;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultPbcVipGrade_ = {
|
|
|
data?: PbcVipGrade;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type AjaxResultString_ = {
|
|
|
data?: string;
|
|
|
retcode?: number;
|
|
|
retmsg?: string;
|
|
|
};
|
|
|
|
|
|
type approvalRequirementForAdminUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
/** pbcApprovalStatus */
|
|
|
pbcApprovalStatus: number;
|
|
|
};
|
|
|
|
|
|
type approvalSignYUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type bannerDetailUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type businessAdminDeleteUserMemberUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type buyerDeleteBusinessRecordUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type categoryInfoUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type changeAdStateUsingGETParams = {
|
|
|
/** pbcBusinessState */
|
|
|
pbcBusinessState: number;
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type changeBannerStateUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
/** pbcState */
|
|
|
pbcState: number;
|
|
|
};
|
|
|
|
|
|
type changeProductStateForAdminUsingGETParams = {
|
|
|
/** pcbId */
|
|
|
pcbId: number;
|
|
|
/** state */
|
|
|
state: number;
|
|
|
};
|
|
|
|
|
|
type changeProductStateUsingGETParams = {
|
|
|
/** pcbId */
|
|
|
pcbId: number;
|
|
|
/** state */
|
|
|
state: number;
|
|
|
};
|
|
|
|
|
|
type changeRequirementStateForBuyerUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
/** pbcBusinessState */
|
|
|
pbcBusinessState: number;
|
|
|
};
|
|
|
|
|
|
type changeUnreadStateUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type changeUserDefaultBusinessUsingGETParams = {
|
|
|
/** businessUserId */
|
|
|
businessUserId: number;
|
|
|
};
|
|
|
|
|
|
type chapterDetailUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type checkEmailVerificationCodeUsingGETParams = {
|
|
|
/** email */
|
|
|
email: string;
|
|
|
/** verificationCode */
|
|
|
verificationCode: string;
|
|
|
};
|
|
|
|
|
|
type checkMemberShipUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type checkUserCollectExistUsingGETParams = {
|
|
|
/** productId */
|
|
|
productId: number;
|
|
|
};
|
|
|
|
|
|
type classDetailForAdminUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type classDetailForFrontUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type classesTypeDetailUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type deleteAliyunVideoUsingDELETEParams = {
|
|
|
/** id */
|
|
|
id: string;
|
|
|
};
|
|
|
|
|
|
type deleteProductUsingGETParams = {
|
|
|
/** pcbId */
|
|
|
pcbId: number;
|
|
|
};
|
|
|
|
|
|
type deleteRoleUsingPOSTParams = {
|
|
|
/** roleId */
|
|
|
roleId: number;
|
|
|
};
|
|
|
|
|
|
type deleteUserMessageUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type FilterVO = {
|
|
|
action?: string;
|
|
|
key?: string;
|
|
|
mapValue?: Record<string, any>;
|
|
|
type?: string;
|
|
|
value?: string;
|
|
|
values?: string[];
|
|
|
};
|
|
|
|
|
|
type getBannerListUsingGETParams = {
|
|
|
/** pbcBannerType */
|
|
|
pbcBannerType: number;
|
|
|
};
|
|
|
|
|
|
type getBusinessImageUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type getEmailVerificationCodeUsingGETParams = {
|
|
|
/** email */
|
|
|
email: string;
|
|
|
};
|
|
|
|
|
|
type getMessageDetailUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type getPbcBusinessByIdUsingPOSTParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type getProductByQrCodeUsingGETParams = {
|
|
|
/** productId */
|
|
|
productId: number;
|
|
|
/** userId */
|
|
|
userId: number;
|
|
|
};
|
|
|
|
|
|
type getProductImageUsingGETParams = {
|
|
|
/** productId */
|
|
|
productId: number;
|
|
|
};
|
|
|
|
|
|
type getRecordByBusinessIdAdminUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type getRecordByBusinessIdUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type getRecordByL3CategoryIdUsingGETParams = {
|
|
|
/** l3CategoryId */
|
|
|
l3CategoryId: number;
|
|
|
};
|
|
|
|
|
|
type getSpecificationItemListUsingGETParams = {
|
|
|
/** specificationId */
|
|
|
specificationId: number;
|
|
|
};
|
|
|
|
|
|
type getTeamRecordByIdUsingGETParams = {
|
|
|
/** teamId */
|
|
|
teamId: number;
|
|
|
};
|
|
|
|
|
|
type getUserRecordByIdUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type getVerificationCodeUsingGETParams = {
|
|
|
/** phone */
|
|
|
phone: string;
|
|
|
};
|
|
|
|
|
|
type getVideoAuthByIdUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type getVideoAuthByVideoIdUsingDELETEParams = {
|
|
|
/** id */
|
|
|
id: string;
|
|
|
};
|
|
|
|
|
|
type GetVideoPlayAuthResponse = {
|
|
|
playAuth?: string;
|
|
|
requestId?: string;
|
|
|
videoMeta?: VideoMeta;
|
|
|
};
|
|
|
|
|
|
type getWXSignUsingGET1Params = {
|
|
|
/** url */
|
|
|
url: string;
|
|
|
};
|
|
|
|
|
|
type gradeInfoUsingPOSTParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type headFileUploadUsingDELETEParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headFileUploadUsingGETParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headFileUploadUsingPATCHParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headFileUploadUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headFileUploadUsingPUTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headImgUploadUsingDELETEParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headImgUploadUsingGETParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headImgUploadUsingPATCHParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headImgUploadUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type headImgUploadUsingPUTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type heckVerificationCodeUsingGETParams = {
|
|
|
/** phone */
|
|
|
phone: string;
|
|
|
/** verificationCode */
|
|
|
verificationCode: string;
|
|
|
};
|
|
|
|
|
|
type IPagePbcBanner_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcBanner_[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcBusiness_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcBusiness[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcBusinessApproval_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcBusinessApproval[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcBusinessTeamVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcBusinessTeamVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcBusinessViewRankVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcBusinessViewRankVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcChannelMerchantDetailVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcChannelMerchantDetailVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcOperationalBusinessDataVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcOperationalBusinessDataVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcOperationalProductVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcOperationalProductVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcPeopleScanDetailVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcPeopleScanDetailVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcProductVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcProductVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcRequirement_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcRequirement_[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcRole_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcRole[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcScreenAdvertisement_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcScreenAdvertisement[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcTrainingClasses_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcTrainingClasses_[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcTrainingClassesType_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcTrainingClassesType_[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcUserBusiness_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcUserBusiness_[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcUserCollect_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcUserCollect[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcUserMessage_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcUserMessage[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcUserOperationalDataVO_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcUserOperationalDataVO[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcUsers_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcUsers[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type IPagePbcVipGrade_ = {
|
|
|
current?: number;
|
|
|
pages?: number;
|
|
|
records?: PbcVipGrade[];
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type JSONObject = true;
|
|
|
|
|
|
type listAdminTreeUsingGETParams = {
|
|
|
/** type */
|
|
|
type: number;
|
|
|
};
|
|
|
|
|
|
type listTreeUsingGETParams = {
|
|
|
/** pbcBusinessId */
|
|
|
pbcBusinessId: number;
|
|
|
/** pbcUserType */
|
|
|
pbcUserType: number;
|
|
|
/** type */
|
|
|
type: number;
|
|
|
};
|
|
|
|
|
|
type MapStringString_ = true;
|
|
|
|
|
|
type ModelAndView = {
|
|
|
empty?: boolean;
|
|
|
model?: Record<string, any>;
|
|
|
modelMap?: Record<string, any>;
|
|
|
reference?: boolean;
|
|
|
status?:
|
|
|
| '100 CONTINUE'
|
|
|
| '101 SWITCHING_PROTOCOLS'
|
|
|
| '102 PROCESSING'
|
|
|
| '103 CHECKPOINT'
|
|
|
| '200 OK'
|
|
|
| '201 CREATED'
|
|
|
| '202 ACCEPTED'
|
|
|
| '203 NON_AUTHORITATIVE_INFORMATION'
|
|
|
| '204 NO_CONTENT'
|
|
|
| '205 RESET_CONTENT'
|
|
|
| '206 PARTIAL_CONTENT'
|
|
|
| '207 MULTI_STATUS'
|
|
|
| '208 ALREADY_REPORTED'
|
|
|
| '226 IM_USED'
|
|
|
| '300 MULTIPLE_CHOICES'
|
|
|
| '301 MOVED_PERMANENTLY'
|
|
|
| '302 FOUND'
|
|
|
| '302 MOVED_TEMPORARILY'
|
|
|
| '303 SEE_OTHER'
|
|
|
| '304 NOT_MODIFIED'
|
|
|
| '305 USE_PROXY'
|
|
|
| '307 TEMPORARY_REDIRECT'
|
|
|
| '308 PERMANENT_REDIRECT'
|
|
|
| '400 BAD_REQUEST'
|
|
|
| '401 UNAUTHORIZED'
|
|
|
| '402 PAYMENT_REQUIRED'
|
|
|
| '403 FORBIDDEN'
|
|
|
| '404 NOT_FOUND'
|
|
|
| '405 METHOD_NOT_ALLOWED'
|
|
|
| '406 NOT_ACCEPTABLE'
|
|
|
| '407 PROXY_AUTHENTICATION_REQUIRED'
|
|
|
| '408 REQUEST_TIMEOUT'
|
|
|
| '409 CONFLICT'
|
|
|
| '410 GONE'
|
|
|
| '411 LENGTH_REQUIRED'
|
|
|
| '412 PRECONDITION_FAILED'
|
|
|
| '413 PAYLOAD_TOO_LARGE'
|
|
|
| '413 REQUEST_ENTITY_TOO_LARGE'
|
|
|
| '414 URI_TOO_LONG'
|
|
|
| '414 REQUEST_URI_TOO_LONG'
|
|
|
| '415 UNSUPPORTED_MEDIA_TYPE'
|
|
|
| '416 REQUESTED_RANGE_NOT_SATISFIABLE'
|
|
|
| '417 EXPECTATION_FAILED'
|
|
|
| '418 I_AM_A_TEAPOT'
|
|
|
| '419 INSUFFICIENT_SPACE_ON_RESOURCE'
|
|
|
| '420 METHOD_FAILURE'
|
|
|
| '421 DESTINATION_LOCKED'
|
|
|
| '422 UNPROCESSABLE_ENTITY'
|
|
|
| '423 LOCKED'
|
|
|
| '424 FAILED_DEPENDENCY'
|
|
|
| '426 UPGRADE_REQUIRED'
|
|
|
| '428 PRECONDITION_REQUIRED'
|
|
|
| '429 TOO_MANY_REQUESTS'
|
|
|
| '431 REQUEST_HEADER_FIELDS_TOO_LARGE'
|
|
|
| '451 UNAVAILABLE_FOR_LEGAL_REASONS'
|
|
|
| '500 INTERNAL_SERVER_ERROR'
|
|
|
| '501 NOT_IMPLEMENTED'
|
|
|
| '502 BAD_GATEWAY'
|
|
|
| '503 SERVICE_UNAVAILABLE'
|
|
|
| '504 GATEWAY_TIMEOUT'
|
|
|
| '505 HTTP_VERSION_NOT_SUPPORTED'
|
|
|
| '506 VARIANT_ALSO_NEGOTIATES'
|
|
|
| '507 INSUFFICIENT_STORAGE'
|
|
|
| '508 LOOP_DETECTED'
|
|
|
| '509 BANDWIDTH_LIMIT_EXCEEDED'
|
|
|
| '510 NOT_EXTENDED'
|
|
|
| '511 NETWORK_AUTHENTICATION_REQUIRED';
|
|
|
view?: View;
|
|
|
viewName?: string;
|
|
|
};
|
|
|
|
|
|
type moveBannerUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
/** type */
|
|
|
type: string;
|
|
|
};
|
|
|
|
|
|
type moveProductHotRecordUsingGETParams = {
|
|
|
/** hotProductId */
|
|
|
hotProductId: number;
|
|
|
/** type */
|
|
|
type: string;
|
|
|
};
|
|
|
|
|
|
type OrderItem = {
|
|
|
asc?: boolean;
|
|
|
column?: string;
|
|
|
};
|
|
|
|
|
|
type PagePbcBusiness_ = {
|
|
|
countId?: string;
|
|
|
current?: number;
|
|
|
maxLimit?: number;
|
|
|
optimizeCountSql?: boolean;
|
|
|
orders?: OrderItem[];
|
|
|
pages?: number;
|
|
|
records?: PbcBusiness[];
|
|
|
searchCount?: boolean;
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type PagePbcBusinessApproval_ = {
|
|
|
countId?: string;
|
|
|
current?: number;
|
|
|
maxLimit?: number;
|
|
|
optimizeCountSql?: boolean;
|
|
|
orders?: OrderItem[];
|
|
|
pages?: number;
|
|
|
records?: PbcBusinessApproval[];
|
|
|
searchCount?: boolean;
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type PagePbcUserMessage_ = {
|
|
|
countId?: string;
|
|
|
current?: number;
|
|
|
maxLimit?: number;
|
|
|
optimizeCountSql?: boolean;
|
|
|
orders?: OrderItem[];
|
|
|
pages?: number;
|
|
|
records?: PbcUserMessage[];
|
|
|
searchCount?: boolean;
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type PagePbcUsers_ = {
|
|
|
countId?: string;
|
|
|
current?: number;
|
|
|
maxLimit?: number;
|
|
|
optimizeCountSql?: boolean;
|
|
|
orders?: OrderItem[];
|
|
|
pages?: number;
|
|
|
records?: PbcUsers[];
|
|
|
searchCount?: boolean;
|
|
|
size?: number;
|
|
|
total?: number;
|
|
|
};
|
|
|
|
|
|
type PageVO = {
|
|
|
current?: number;
|
|
|
filters?: FilterVO[];
|
|
|
pageSize?: number;
|
|
|
sort?: string;
|
|
|
sortField?: string;
|
|
|
};
|
|
|
|
|
|
type PbcAdminStaticalVO = {
|
|
|
pbcBusinessViewStaticalVO?: PbcBusinessViewStaticalVO;
|
|
|
pbcInteractStaticalVO?: PbcInteractStaticalVO;
|
|
|
pbcProductCollectStaticalVO?: PbcProductCollectStaticalVO;
|
|
|
pbcProductViewStaticalVO?: PbcProductViewStaticalVO;
|
|
|
pbcRegisterStaticalVO?: PbcRegisterStaticalVO;
|
|
|
pbcScanCodeStaticalVO?: PbcScanCodeStaticalVO;
|
|
|
pbcVisitStaticalVO?: PbcVisitStaticalVO;
|
|
|
searchWordListVO?: PbcSearchKeyVO[];
|
|
|
};
|
|
|
|
|
|
type PbcAuthority = {
|
|
|
childrens?: PbcAuthority[];
|
|
|
/** 权限code */
|
|
|
pbcAuthorityCode?: string;
|
|
|
/** 权限名称 */
|
|
|
pbcAuthorityName?: string;
|
|
|
/** 权限类型,0表示手机端,1表示PC端 */
|
|
|
pbcAuthorityType?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 父级id */
|
|
|
pbcParentId?: number;
|
|
|
/** 权限 */
|
|
|
pbcPermission?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 对应url */
|
|
|
pbcUri?: string;
|
|
|
selected?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBanner_ = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 图片 */
|
|
|
pbcBannerImage?: string;
|
|
|
/** 类型 */
|
|
|
pbcBannerType?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** banner链接 */
|
|
|
pbcLink?: string;
|
|
|
/** 排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** banner标题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusiness = {
|
|
|
/** 商户对公账户 */
|
|
|
pbcBusinessAccount?: string;
|
|
|
/** 商户账户名称 */
|
|
|
pbcBusinessAccountName?: string;
|
|
|
/** 商户地址 */
|
|
|
pbcBusinessAddress?: string;
|
|
|
/** 商户区域 */
|
|
|
pbcBusinessArea?: string;
|
|
|
/** 商户对公账户银行 */
|
|
|
pbcBusinessBank?: string;
|
|
|
/** 商户城市 */
|
|
|
pbcBusinessCity?: string;
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
pbcBusinessCode?: string;
|
|
|
/** 商户联系人 */
|
|
|
pbcBusinessContact?: string;
|
|
|
/** 商户手机号 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户联系人身份证 */
|
|
|
pbcBusinessContactUserNo?: string;
|
|
|
/** 商户门牌号, 新增字段 */
|
|
|
pbcBusinessDoorLabel?: string;
|
|
|
/** 商户邮箱 */
|
|
|
pbcBusinessEmail?: string;
|
|
|
/** 商户负责人 */
|
|
|
pbcBusinessHead?: string;
|
|
|
/** 商户负责人身份证号码 */
|
|
|
pbcBusinessHeadUserNo?: string;
|
|
|
/** 商户负责人身份证人像面图片 */
|
|
|
pbcBusinessHeadUserNoBackUrl?: string;
|
|
|
/** 商户负责人身份证国徽面图片 */
|
|
|
pbcBusinessHeadUserNoFrontUrl?: string;
|
|
|
/** 商户负责人身份证类型,0是身份证,1是港澳来往内地通行证,2是台湾内地通行证 */
|
|
|
pbcBusinessHeadUserNoType?: number;
|
|
|
/** 商户图片 */
|
|
|
pbcBusinessImage?: string;
|
|
|
/** 商户简介 */
|
|
|
pbcBusinessIntroduction?: string;
|
|
|
/** 商户等级 */
|
|
|
pbcBusinessLevel?: string;
|
|
|
/** 商户营业执照url */
|
|
|
pbcBusinessLicenseUrl?: string;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户主营范围 */
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商户海报地址 */
|
|
|
pbcBusinessPosterUrl?: string;
|
|
|
/** 商户省份 */
|
|
|
pbcBusinessProvince?: string;
|
|
|
/** 开业时间 */
|
|
|
pbcBusinessStartDate?: string;
|
|
|
/** 商户认证状态,0是未认证,1是已认证 */
|
|
|
pbcBusinessState?: number;
|
|
|
/** 商户类型 */
|
|
|
pbcBusinessType?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 社会统一信用代码 */
|
|
|
pbcUnifiedSocialCreditCode?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessApproval = {
|
|
|
/** 商户对公账户 */
|
|
|
pbcBusinessAccount?: string;
|
|
|
/** 商户账户名称 */
|
|
|
pbcBusinessAccountName?: string;
|
|
|
/** 商户详细地址 */
|
|
|
pbcBusinessAddress?: string;
|
|
|
/** 商户申请认证审批不通过原因 */
|
|
|
pbcBusinessApprovalRefusedReason?: string;
|
|
|
/** 商户申请认证,审批结果,0是待审核,1是通过,2是驳回 */
|
|
|
pbcBusinessApprovalResult?: number;
|
|
|
/** 商户地址区域 */
|
|
|
pbcBusinessArea?: string;
|
|
|
/** 商户账户银行 */
|
|
|
pbcBusinessBank?: string;
|
|
|
/** 商户地址城市 */
|
|
|
pbcBusinessCity?: string;
|
|
|
/** 商户联系人 */
|
|
|
pbcBusinessContact?: string;
|
|
|
/** 商户联系人电话 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户门牌号, 新增字段 */
|
|
|
pbcBusinessDoorLabel?: string;
|
|
|
/** 商户邮箱 */
|
|
|
pbcBusinessEmail?: string;
|
|
|
/** 商户负责人 */
|
|
|
pbcBusinessHead?: string;
|
|
|
/** 商户负责人身份证号码 */
|
|
|
pbcBusinessHeadUserNo?: string;
|
|
|
/** 商户负责人身份证人像面图片 */
|
|
|
pbcBusinessHeadUserNoBackUrl?: string;
|
|
|
/** 商户负责人身份证国徽面图片 */
|
|
|
pbcBusinessHeadUserNoFrontUrl?: string;
|
|
|
/** 商户负责人身份证类型,0是身份证,1是港澳来往内地通行证,2是台湾内地通行证 */
|
|
|
pbcBusinessHeadUserNoType?: number;
|
|
|
/** 商户图片 */
|
|
|
pbcBusinessImage?: string;
|
|
|
/** 商户简介 */
|
|
|
pbcBusinessIntroduction?: string;
|
|
|
/** 商户营业执照url */
|
|
|
pbcBusinessLicenseUrl?: string;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户主营类目 */
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商户海报地址 */
|
|
|
pbcBusinessPosterUrl?: string;
|
|
|
/** 商户地址省份 */
|
|
|
pbcBusinessProvince?: string;
|
|
|
/** 公司开业时间 */
|
|
|
pbcBusinessStartDate?: string;
|
|
|
/** 商户类别 */
|
|
|
pbcBusinessType?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 商户id */
|
|
|
pbcProductBusinessId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 社会统一信用代码 */
|
|
|
pbcUnifiedSocialCreditCode?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessDTO = {
|
|
|
/** 手机验证码,6位纯数字 */
|
|
|
code?: string;
|
|
|
/** 商户对公账户 */
|
|
|
pbcBusinessAccount?: string;
|
|
|
/** 商户账户名称 */
|
|
|
pbcBusinessAccountName?: string;
|
|
|
/** 商户详细地址 */
|
|
|
pbcBusinessAddress?: string;
|
|
|
/** 商户申请认证审批不通过原因 */
|
|
|
pbcBusinessApprovalRefusedReason?: string;
|
|
|
/** 商户申请认证,审批结果 */
|
|
|
pbcBusinessApprovalResult?: number;
|
|
|
/** 商户地址区域 */
|
|
|
pbcBusinessArea?: string;
|
|
|
/** 商户账户银行 */
|
|
|
pbcBusinessBank?: string;
|
|
|
/** 商户地址城市 */
|
|
|
pbcBusinessCity?: string;
|
|
|
/** 商户联系人 */
|
|
|
pbcBusinessContact?: string;
|
|
|
/** 商户联系人电话 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户门牌号, 新增字段 */
|
|
|
pbcBusinessDoorLabel?: string;
|
|
|
/** 商户邮箱 */
|
|
|
pbcBusinessEmail?: string;
|
|
|
/** 商户负责人 */
|
|
|
pbcBusinessHead?: string;
|
|
|
/** 商户负责人身份证号码 */
|
|
|
pbcBusinessHeadUserNo?: string;
|
|
|
/** 商户负责人身份证人像面图片 */
|
|
|
pbcBusinessHeadUserNoBackUrl?: string;
|
|
|
/** 商户负责人身份证国徽面图片 */
|
|
|
pbcBusinessHeadUserNoFrontUrl?: string;
|
|
|
/** 商户负责人身份证类型,0是身份证,1是港澳来往内地通行证,2是台湾内地通行证 */
|
|
|
pbcBusinessHeadUserNoType?: number;
|
|
|
/** 商户图片 */
|
|
|
pbcBusinessImage?: string;
|
|
|
/** 商户简介 */
|
|
|
pbcBusinessIntroduction?: string;
|
|
|
/** 商户营业执照url */
|
|
|
pbcBusinessLicenseUrl?: string;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户主营类目 */
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商户海报地址 */
|
|
|
pbcBusinessPosterUrl?: string;
|
|
|
/** 商户地址省份 */
|
|
|
pbcBusinessProvince?: string;
|
|
|
/** 公司成立时间 */
|
|
|
pbcBusinessStartDate?: string;
|
|
|
/** 商户类别 */
|
|
|
pbcBusinessType?: string;
|
|
|
/** 商家唯一值 */
|
|
|
pbcBusinessUuid?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 商户id */
|
|
|
pbcProductBusinessId?: string;
|
|
|
/** 状态 */
|
|
|
pbcState?: number;
|
|
|
/** 社会统一信用代码 */
|
|
|
pbcUnifiedSocialCreditCode?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessFrontChangeVO = {
|
|
|
/** 商户对公账户 */
|
|
|
pbcBusinessAccount?: string;
|
|
|
/** 商户账户名称 */
|
|
|
pbcBusinessAccountName?: string;
|
|
|
/** 商户地址 */
|
|
|
pbcBusinessAddress?: string;
|
|
|
/** 商户区域 */
|
|
|
pbcBusinessArea?: string;
|
|
|
/** 商户对公账户银行 */
|
|
|
pbcBusinessBank?: string;
|
|
|
/** 商户城市 */
|
|
|
pbcBusinessCity?: string;
|
|
|
/** 商户联系人 */
|
|
|
pbcBusinessContact?: string;
|
|
|
/** 商户手机号 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户门牌号,新增字段 */
|
|
|
pbcBusinessDoorLabel?: string;
|
|
|
/** 商户邮箱 */
|
|
|
pbcBusinessEmail?: string;
|
|
|
/** 商户负责人身份证类型,0是身份证,1是港澳来往内地通行证,2是台湾内地通行证 */
|
|
|
pbcBusinessHeadUserNoType?: number;
|
|
|
/** 商户图片 */
|
|
|
pbcBusinessImage?: string;
|
|
|
/** 商户简介 */
|
|
|
pbcBusinessIntroduction?: string;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户主营范围 */
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
/** 商户海报地址 */
|
|
|
pbcBusinessPosterUrl?: string;
|
|
|
/** 商户省份 */
|
|
|
pbcBusinessProvince?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessIndexDTO = {
|
|
|
pbcBusinessCode?: string;
|
|
|
pbcId?: number;
|
|
|
/** 来源:微信分享,链接、二维码 */
|
|
|
pbcSourceType?: string;
|
|
|
/** 分享人的id */
|
|
|
pbcUserId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessPageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 结束时间 */
|
|
|
endTime?: string;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户申请认证审批不通过原因 */
|
|
|
pbcBusinessApprovalRefusedReason?: string;
|
|
|
/** 商户申请认证,审批结果 */
|
|
|
pbcBusinessApprovalResult?: number;
|
|
|
/** 商户等级 */
|
|
|
pbcBusinessLevel?: string;
|
|
|
/** 商户认证状态 */
|
|
|
pbcBusinessState?: number;
|
|
|
/** 商户类别 */
|
|
|
pbcBusinessType?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态 */
|
|
|
pbcState?: number;
|
|
|
/** 模糊搜索条件,可以是商户名称、商户联系人、商户联系人电话 */
|
|
|
searchKey?: string;
|
|
|
/** 开始时间 */
|
|
|
startTime?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessPostConfig = {
|
|
|
pbcBusinessDoorLabelSize?: number;
|
|
|
pbcBusinessDoorLabelX?: number;
|
|
|
pbcBusinessDoorLabelY?: number;
|
|
|
pbcBusinessEmailSize?: number;
|
|
|
pbcBusinessEmailX?: number;
|
|
|
pbcBusinessEmailY?: number;
|
|
|
pbcBusinessImageSize?: string;
|
|
|
pbcBusinessImageX?: number;
|
|
|
pbcBusinessImageY?: number;
|
|
|
pbcBusinessLogoX?: number;
|
|
|
pbcBusinessLogoY?: number;
|
|
|
pbcBusinessMainCategorySize?: number;
|
|
|
pbcBusinessMainCategoryX?: number;
|
|
|
pbcBusinessMainCategoryY?: number;
|
|
|
pbcBusinessMobileSize?: number;
|
|
|
pbcBusinessMobileX?: number;
|
|
|
pbcBusinessMobileY?: number;
|
|
|
pbcBusinessNameSize?: number;
|
|
|
pbcBusinessNameX?: number;
|
|
|
pbcBusinessNameY?: number;
|
|
|
pbcBusinessTemplateName?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
pbcExampleImage?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
pbcQrCodeTextSize?: number;
|
|
|
pbcQrCodeTextX?: number;
|
|
|
pbcQrCodeTextY?: number;
|
|
|
pbcQrCodeUrlX?: number;
|
|
|
pbcQrCodeUrlY?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessStaticalDTO = {
|
|
|
/** 按天:1,按月:2 */
|
|
|
pbcQueryType?: number;
|
|
|
pbcUserId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessTeam_ = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 当前用户的海报模板 */
|
|
|
pbcBusinessPostConfigId?: number;
|
|
|
/** 角色类型 */
|
|
|
pbcBusinessRole?: string;
|
|
|
/** 商家海报地址, 此处为海报链接 */
|
|
|
pbcBusinessUserPostUrl?: string;
|
|
|
/** 商家用户二维码:团队成员展示的二维码均不相同,此处为二维码链接 */
|
|
|
pbcBusinessUserQrCode?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessTeamDTO = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 角色类型 */
|
|
|
pbcBusinessRole?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessTeamPageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 角色类型 */
|
|
|
pbcBusinessRole?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 按创建时间的排序方式 asc desc */
|
|
|
sort?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessTeamVO = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 角色类型 */
|
|
|
pbcBusinessRole?: string;
|
|
|
/** team主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessViewCountVO = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商户浏览量 */
|
|
|
pbcBusinessVisitCount?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessViewRankVO = {
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 商户对公账户 */
|
|
|
pbcBusinessAccount?: string;
|
|
|
/** 商户地址 */
|
|
|
pbcBusinessAddress?: string;
|
|
|
/** 商户区域 */
|
|
|
pbcBusinessArea?: string;
|
|
|
/** 商户对公账户银行 */
|
|
|
pbcBusinessBank?: string;
|
|
|
/** 商户城市 */
|
|
|
pbcBusinessCity?: string;
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
pbcBusinessCode?: string;
|
|
|
/** 商户联系人 */
|
|
|
pbcBusinessContact?: string;
|
|
|
/** 商户手机号 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户联系人身份证 */
|
|
|
pbcBusinessContactUserNo?: string;
|
|
|
/** 商户等级 */
|
|
|
pbcBusinessLevel?: string;
|
|
|
/** 商户主营范围 */
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商户省份 */
|
|
|
pbcBusinessProvince?: string;
|
|
|
/** 开业时间 */
|
|
|
pbcBusinessStartDate?: string;
|
|
|
/** 商户类型 */
|
|
|
pbcBusinessType?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 浏览次数 */
|
|
|
pbcProductVisitCount?: number;
|
|
|
/** 社会统一信用代码 */
|
|
|
pbcUnifiedSocialCreditCode?: string;
|
|
|
/** 序号 */
|
|
|
serialNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcBusinessViewStaticalVO = {
|
|
|
pbcBusinessRankList?: PbcBusinessViewCountVO[];
|
|
|
};
|
|
|
|
|
|
type PbcCategory = {
|
|
|
children?: PbcCategory[];
|
|
|
/** 类目图片 */
|
|
|
pbcCategoryImage?: string;
|
|
|
/** 类目级别 */
|
|
|
pbcCategoryLevel?: number;
|
|
|
/** 类目名称 */
|
|
|
pbcCategoryName?: string;
|
|
|
/** 父级类目id,没有就填写0 */
|
|
|
pbcCategoryParentId?: number;
|
|
|
/** 父级类目名称 */
|
|
|
pbcCategoryParentName?: string;
|
|
|
/** 类目排序 */
|
|
|
pbcCategorySort?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcCategoryCommonDataVO = {
|
|
|
/** 颜色,有可能是空,空的情况下无需添加颜色 */
|
|
|
colorData?: PbcCommonData[];
|
|
|
/** 规格列表 */
|
|
|
commonDataList?: PbcCommonData[];
|
|
|
};
|
|
|
|
|
|
type PbcCategoryDTO = {
|
|
|
/** 类目级别 */
|
|
|
pbcCategoryLevel?: number;
|
|
|
/** 类目名称,模糊搜索 */
|
|
|
pbcCategoryName?: string;
|
|
|
/** 父级类目id,没有就填写0 */
|
|
|
pbcCategoryParentId?: number;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcChannelMerchantDetailVO = {
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
pbcBusinessCode?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 有三种,qrcode,share,link,以及mini app */
|
|
|
pbcDataSource?: string;
|
|
|
/** 序号 */
|
|
|
serialNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcCommonData = {
|
|
|
/** 值列表 */
|
|
|
commonDataValueList?: PbcCommonDataValue[];
|
|
|
/** 三级类别id */
|
|
|
pbcCategoryId?: number;
|
|
|
/** 三级类别名称 */
|
|
|
pbcCategoryName?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 规格id */
|
|
|
pbcSpecificationId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 输入类型:select , text */
|
|
|
pbcSystemInputType?: string;
|
|
|
/** 规格key */
|
|
|
pbcSystemKey?: string;
|
|
|
/** 规格名称 */
|
|
|
pbcSystemName?: string;
|
|
|
/** 系统类型对应前端: 系统定义, 一个用户自定义(暂不考虑) */
|
|
|
pbcSystemType?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcCommonDataValue = {
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 规格id */
|
|
|
pbcSpecificationId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 规格项名称 */
|
|
|
pbcSystemValue?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcContentPublishDTO = {
|
|
|
/** 内容 */
|
|
|
pbcContent?: string;
|
|
|
/** 内容类型名称 */
|
|
|
pbcContentTypeName?: string;
|
|
|
/** 内容类型 */
|
|
|
pbcContentTypeValue?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcDashBoardDTO = {
|
|
|
/** 登录前的userid */
|
|
|
anonToken?: string;
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 结束日期 */
|
|
|
endDate?: string;
|
|
|
pbcCategoryType?: number;
|
|
|
pbcQueryType?: number;
|
|
|
/** 分享人的id */
|
|
|
pbcUserId?: number;
|
|
|
/** 开始日期 */
|
|
|
startDate?: string;
|
|
|
};
|
|
|
|
|
|
type PbcGenerateBusinessPosterDTO = {
|
|
|
/** 图片地址,不传默认使用商户第一张图片 */
|
|
|
image?: string;
|
|
|
/** 海报配置id,不传默认用第一个 */
|
|
|
pbcBusinessPostConfigId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcImageSearchDTO = {
|
|
|
pbcBusinessId?: number;
|
|
|
pbcImageUrl?: string;
|
|
|
};
|
|
|
|
|
|
type PbcInteractStaticalVO = {
|
|
|
pbcColectNumber?: number;
|
|
|
/** 新增商品浏览次数 */
|
|
|
pbcNewGoodsViewNumber?: number;
|
|
|
pbcViewTotalNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcOperationalBusinessDataVO = {
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 运营人员姓名 */
|
|
|
operatorName?: string;
|
|
|
/** 运营人员手机 */
|
|
|
operatorPhone?: string;
|
|
|
/** 商户对公账户 */
|
|
|
pbcBusinessAccount?: string;
|
|
|
/** 商户地址 */
|
|
|
pbcBusinessAddress?: string;
|
|
|
/** 商户区域 */
|
|
|
pbcBusinessArea?: string;
|
|
|
/** 商户对公账户银行 */
|
|
|
pbcBusinessBank?: string;
|
|
|
/** 商户城市 */
|
|
|
pbcBusinessCity?: string;
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
pbcBusinessCode?: string;
|
|
|
/** 商户联系人 */
|
|
|
pbcBusinessContact?: string;
|
|
|
/** 商户手机号 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户联系人身份证 */
|
|
|
pbcBusinessContactUserNo?: string;
|
|
|
/** 商户等级 */
|
|
|
pbcBusinessLevel?: string;
|
|
|
/** 商户主营范围 */
|
|
|
pbcBusinessMainCategory?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商户省份 */
|
|
|
pbcBusinessProvince?: string;
|
|
|
/** 开业时间 */
|
|
|
pbcBusinessStartDate?: string;
|
|
|
/** 商户类型 */
|
|
|
pbcBusinessType?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 社会统一信用代码 */
|
|
|
pbcUnifiedSocialCreditCode?: string;
|
|
|
/** 序号 */
|
|
|
serialNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcOperationalDashboardDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 结束日期 */
|
|
|
endDate?: string;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户编号, 审核通过后生成 */
|
|
|
pbcBusinessCode?: string;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 有三种,qrcode,share,link */
|
|
|
pbcDataSource?: string;
|
|
|
/** 1表示是新用户扫码,0表示不是 */
|
|
|
pbcNewCodeScanState?: number;
|
|
|
/** 角色id */
|
|
|
roleId?: number;
|
|
|
/** 角色名称 */
|
|
|
roleName?: string;
|
|
|
/** 开始日期 */
|
|
|
startDate?: string;
|
|
|
/** 用户表id */
|
|
|
userId?: number;
|
|
|
/** 用户名称 */
|
|
|
userName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcOperationalProductVO = {
|
|
|
/** 运营人员姓名 */
|
|
|
operatorName?: string;
|
|
|
/** 运营人员手机 */
|
|
|
operatorPhone?: string;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商品细分类id */
|
|
|
pbcProductCategoryId?: number;
|
|
|
/** 商品细分类 */
|
|
|
pbcProductCategoryName?: string;
|
|
|
/** 商品编号 */
|
|
|
pbcProductCode?: string;
|
|
|
/** 商品价格 */
|
|
|
pbcProductPrice?: string;
|
|
|
/** 货架号 */
|
|
|
pbcProductShelfNumber?: string;
|
|
|
/** 商品状态 */
|
|
|
pbcProductState?: string;
|
|
|
/** 商品标题 */
|
|
|
pbcProductTitle?: string;
|
|
|
/** 商品id */
|
|
|
productId?: number;
|
|
|
/** 序号 */
|
|
|
serialNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcPeopleScanDetailVO = {
|
|
|
/** 扫码时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 新老客 */
|
|
|
pbcUserType?: string;
|
|
|
/** 序号 */
|
|
|
serialNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcProduct = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 0代表对业务员商品私密,1代表对业务员商品公开 */
|
|
|
pbcPrivateProductForBusiness?: number;
|
|
|
/** 审核失败理由 */
|
|
|
pbcProductAuditFailureReason?: string;
|
|
|
/** 商品细分类id */
|
|
|
pbcProductCategoryId?: number;
|
|
|
/** 商品细分类 */
|
|
|
pbcProductCategoryName?: string;
|
|
|
/** 商品编号 */
|
|
|
pbcProductCode?: string;
|
|
|
/** 收藏数 */
|
|
|
pbcProductCollectCount?: number;
|
|
|
/** 商品详细 */
|
|
|
pbcProductDetail?: string;
|
|
|
/** 商品详情图 */
|
|
|
pbcProductDetailImages?: string;
|
|
|
/** 浏览量 */
|
|
|
pbcProductHot?: number;
|
|
|
/** 商品相册图 */
|
|
|
pbcProductImages?: string;
|
|
|
/** 产地城市 */
|
|
|
pbcProductOriginalCity?: string;
|
|
|
/** 产地城市编码 */
|
|
|
pbcProductOriginalCityCode?: string;
|
|
|
/** 产地省份 */
|
|
|
pbcProductOriginalProvince?: string;
|
|
|
/** 产地省份编码 */
|
|
|
pbcProductOriginalProvinceCode?: string;
|
|
|
/** 商品中类的id */
|
|
|
pbcProductParentCategoryId?: number;
|
|
|
/** 商品中类 */
|
|
|
pbcProductParentCategoryName?: string;
|
|
|
/** 商品价格 */
|
|
|
pbcProductPrice?: string;
|
|
|
/** 货架号 */
|
|
|
pbcProductShelfNumber?: string;
|
|
|
/** 商品库存 */
|
|
|
pbcProductStock?: number;
|
|
|
/** 商品标题 */
|
|
|
pbcProductTitle?: string;
|
|
|
/** 商品大类的id */
|
|
|
pbcProductTopCategoryId?: number;
|
|
|
/** 商品大类 */
|
|
|
pbcProductTopCategoryName?: string;
|
|
|
/** 产品类型:私密PRIVATE、公开PUBLIC */
|
|
|
pbcProductType?: string;
|
|
|
/** 逗号分割字符串,私密商品,对应会员等级 */
|
|
|
pbcProductVipLevels?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcProductCollectCountVO = {
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 商户名称 */
|
|
|
businessName?: string;
|
|
|
/** 收藏次数 */
|
|
|
pbcProductCollectCount?: number;
|
|
|
/** 商品id */
|
|
|
pbcProductId?: number;
|
|
|
/** 商品名称 */
|
|
|
pbcProductName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcProductCollectStaticalVO = {
|
|
|
pbcProductCollectViewRank?: PbcProductCollectCountVO[];
|
|
|
};
|
|
|
|
|
|
type PbcProductCommonData = {
|
|
|
/** 颜色图片地址 */
|
|
|
pbcColorImageUrl?: string;
|
|
|
/** 规格id */
|
|
|
pbcCommonDataId?: number;
|
|
|
/** 输入值 */
|
|
|
pbcCommonDataSystem?: string;
|
|
|
/** 规格选值名称 */
|
|
|
pbcCommonDataSystemValue?: string;
|
|
|
/** 规格选值id */
|
|
|
pbcCommonDataValueId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 输入类型:选择select、文本text */
|
|
|
pbcSystemInputType?: string;
|
|
|
/** 规格名称 */
|
|
|
pbcSystemName?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 商品id */
|
|
|
productId?: number;
|
|
|
/** 缩略图地址 */
|
|
|
thumbnailUrl?: string;
|
|
|
};
|
|
|
|
|
|
type PbcProductDTO = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 0代表对业务员商品私密,1代表对业务员商品公开 */
|
|
|
pbcPrivateProductForBusiness?: number;
|
|
|
/** 商品细分类id */
|
|
|
pbcProductCategoryId?: number;
|
|
|
/** 商品细分类 */
|
|
|
pbcProductCategoryName?: string;
|
|
|
/** 商品编号 */
|
|
|
pbcProductCode?: string;
|
|
|
/** 商品详细 */
|
|
|
pbcProductDetail?: string;
|
|
|
/** 商品详情图 */
|
|
|
pbcProductDetailImages?: string;
|
|
|
/** 商品相册图 */
|
|
|
pbcProductImages?: string;
|
|
|
/** 产地城市 */
|
|
|
pbcProductOriginalCity?: string;
|
|
|
/** 产地城市编码 */
|
|
|
pbcProductOriginalCityCode?: string;
|
|
|
/** 产地省份 */
|
|
|
pbcProductOriginalProvince?: string;
|
|
|
/** 产地省份编码 */
|
|
|
pbcProductOriginalProvinceCode?: string;
|
|
|
/** 商品中类的id */
|
|
|
pbcProductParentCategoryId?: number;
|
|
|
/** 商品中类 */
|
|
|
pbcProductParentCategoryName?: string;
|
|
|
/** 商品价格 */
|
|
|
pbcProductPrice?: string;
|
|
|
/** 货架号 */
|
|
|
pbcProductShelfNumber?: string;
|
|
|
/** 商品库存 */
|
|
|
pbcProductStock?: number;
|
|
|
/** 商品标题 */
|
|
|
pbcProductTitle?: string;
|
|
|
/** 商品大类的id */
|
|
|
pbcProductTopCategoryId?: number;
|
|
|
/** 商品大类 */
|
|
|
pbcProductTopCategoryName?: string;
|
|
|
/** 产品类型:私密、公开 */
|
|
|
pbcProductType?: string;
|
|
|
/** 逗号分割字符串,私密商品,对应会员等级 */
|
|
|
pbcProductVipLevels?: string;
|
|
|
/** 来源:微信分享,链接、二维码 */
|
|
|
pbcSourceType?: string;
|
|
|
/** 商品状态,0删除,1上架,2下架,3审核中 */
|
|
|
pbcState?: number;
|
|
|
/** 分享人 */
|
|
|
pbcUserId?: number;
|
|
|
/** 接收规格、颜色 */
|
|
|
productCommonDataList?: PbcProductCommonData[];
|
|
|
};
|
|
|
|
|
|
type PbcProductHot = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 排序 */
|
|
|
pbcHotProductSort?: number;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 是否置顶,1表示置顶,0或者null表示不置顶 */
|
|
|
pbcPinState?: number;
|
|
|
/** 商品id */
|
|
|
pbcProductId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 热销类型 */
|
|
|
pbcSystemTypeHotProduct?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcProductHotDto = {
|
|
|
/** 商户id,查看必须,新增无需传 */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商品id列表,新增记录必须 */
|
|
|
pbcProductIdList?: number[];
|
|
|
/** 热销类型,类型包括new:新品、main:主推、hotSale:热卖,必须 */
|
|
|
pbcSystemTypeHotProduct?: string;
|
|
|
};
|
|
|
|
|
|
type PbcProductPageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 结束日期 */
|
|
|
endDate?: string;
|
|
|
/** 该字段用于过滤业务员私密商品,前端不要传值 */
|
|
|
filterBusinessUserId?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 商品细分类id,也就是三级类目id */
|
|
|
pbcProductCategoryId?: number;
|
|
|
/** 商品细分类,也就是三级类目名称 */
|
|
|
pbcProductCategoryName?: string;
|
|
|
/** 商品编号 */
|
|
|
pbcProductCode?: string;
|
|
|
/** 产地城市 */
|
|
|
pbcProductOriginalCity?: string;
|
|
|
/** 产地城市编码 */
|
|
|
pbcProductOriginalCityCode?: string;
|
|
|
/** 产地省份 */
|
|
|
pbcProductOriginalProvince?: string;
|
|
|
/** 产地省份编码 */
|
|
|
pbcProductOriginalProvinceCode?: string;
|
|
|
/** 商品标题 */
|
|
|
pbcProductTitle?: string;
|
|
|
/** 产品类型:私密PRIVATE、公开PUBLIC */
|
|
|
pbcProductType?: string;
|
|
|
/** 状态,0是删除,1是上架,2是下架,3待审核,4是审核失败 */
|
|
|
pbcState?: number;
|
|
|
/** 热销类型,类型包括new:新品、main:主推、hotSale:热卖,必须 */
|
|
|
pbcSystemTypeHotProduct?: string;
|
|
|
/** 用户类型 */
|
|
|
pbcUserType?: number;
|
|
|
/** 排序方式 asc desc */
|
|
|
sort?: string;
|
|
|
/** 排序列,用表字段名称 */
|
|
|
sortField?: string;
|
|
|
/** 开始日期 */
|
|
|
startDate?: string;
|
|
|
};
|
|
|
|
|
|
type PbcProductPosterVO = {
|
|
|
/** 图片url */
|
|
|
image?: string;
|
|
|
/** 商品id */
|
|
|
productId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcProductViewCountVO = {
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 商户名称 */
|
|
|
businessName?: string;
|
|
|
/** 商品id */
|
|
|
pbcProductId?: number;
|
|
|
/** 商品名称 */
|
|
|
pbcProductName?: string;
|
|
|
/** 商品浏览次数 */
|
|
|
pbcProductVisitCount?: number;
|
|
|
};
|
|
|
|
|
|
type PbcProductViewStaticalVO = {
|
|
|
pbcProductViewRank?: PbcProductViewCountVO[];
|
|
|
};
|
|
|
|
|
|
type PbcProductVO = {
|
|
|
/** 颜色列表 */
|
|
|
colorDataList?: PbcProductCommonData[];
|
|
|
/** 颜色名称,列表时返回给前端,格式如红色/绿色 */
|
|
|
colorName?: string;
|
|
|
/** 是否可见,针对的是私密商品,如果查询对象是会员且会员无权限查看,值为0,前端应不可点进去查看且图片是默认的,值是1表示可见 */
|
|
|
isVisible?: number;
|
|
|
/** 商户手机号 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 0代表对业务员商品私密,1代表对业务员商品公开 */
|
|
|
pbcPrivateProductForBusiness?: number;
|
|
|
/** 审核失败理由 */
|
|
|
pbcProductAuditFailureReason?: string;
|
|
|
/** 商品细分类id */
|
|
|
pbcProductCategoryId?: number;
|
|
|
/** 商品细分类 */
|
|
|
pbcProductCategoryName?: string;
|
|
|
/** 商品编号 */
|
|
|
pbcProductCode?: string;
|
|
|
/** 收藏数 */
|
|
|
pbcProductCollectCount?: number;
|
|
|
/** 商品详细 */
|
|
|
pbcProductDetail?: string;
|
|
|
/** 商品详情图 */
|
|
|
pbcProductDetailImages?: string;
|
|
|
/** 浏览量 */
|
|
|
pbcProductHot?: number;
|
|
|
/** 商品相册图 */
|
|
|
pbcProductImages?: string;
|
|
|
/** 产地城市 */
|
|
|
pbcProductOriginalCity?: string;
|
|
|
/** 产地城市编码 */
|
|
|
pbcProductOriginalCityCode?: string;
|
|
|
/** 产地省份 */
|
|
|
pbcProductOriginalProvince?: string;
|
|
|
/** 产地省份编码 */
|
|
|
pbcProductOriginalProvinceCode?: string;
|
|
|
/** 商品中类的id */
|
|
|
pbcProductParentCategoryId?: number;
|
|
|
/** 商品中类 */
|
|
|
pbcProductParentCategoryName?: string;
|
|
|
/** 商品价格 */
|
|
|
pbcProductPrice?: string;
|
|
|
/** 货架号 */
|
|
|
pbcProductShelfNumber?: string;
|
|
|
/** 商品库存 */
|
|
|
pbcProductStock?: number;
|
|
|
/** 商品标题 */
|
|
|
pbcProductTitle?: string;
|
|
|
/** 商品大类的id */
|
|
|
pbcProductTopCategoryId?: number;
|
|
|
/** 商品大类 */
|
|
|
pbcProductTopCategoryName?: string;
|
|
|
/** 产品类型:私密PRIVATE、公开PUBLIC */
|
|
|
pbcProductType?: string;
|
|
|
/** 逗号分割字符串,私密商品,对应会员等级 */
|
|
|
pbcProductVipLevels?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 规格列表,查询返回时,与颜色列表分开 */
|
|
|
productCommonDataList?: PbcProductCommonData[];
|
|
|
};
|
|
|
|
|
|
type PbcRegisterStaticalVO = {
|
|
|
businessNumber?: number;
|
|
|
vipNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcRequirement_ = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 审核状态,0表示审核中,1表示审核通过,2表示审核未通过 */
|
|
|
pbcApprovalStatus?: number;
|
|
|
/** 需求预算,可以填入文字描述 */
|
|
|
pbcBudget?: string;
|
|
|
/** 需求状态,0表示进行中,1表示已解决,2表示已关闭 */
|
|
|
pbcBusinessState?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 需求描述 */
|
|
|
pbcDescription?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 需求图片 */
|
|
|
pbcImages?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 需求标题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
pbcUsers?: PbcUsers;
|
|
|
/** 后端使用,创建结束时间 */
|
|
|
publishEndTime?: string;
|
|
|
/** 后端使用,创建开始时间 */
|
|
|
publishStartTime?: string;
|
|
|
replyList?: PbcRequirementReply_[];
|
|
|
};
|
|
|
|
|
|
type PbcRequirementReply_ = {
|
|
|
pbcBusiness?: PbcBusiness;
|
|
|
/** 回复的用户所属商户id,前端不需要传 */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 回复内容 */
|
|
|
pbcReplyContent?: string;
|
|
|
/** 需求回复的id */
|
|
|
pbcReplyId?: number;
|
|
|
/** 0回复的主题,1回复某条回复 */
|
|
|
pbcReplyType?: number;
|
|
|
/** 回复用户id */
|
|
|
pbcReplyUserId?: number;
|
|
|
/** 需求id */
|
|
|
pbcRequirementId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
pbcUsers?: PbcUsers;
|
|
|
replyList?: PbcRequirementReply_[];
|
|
|
};
|
|
|
|
|
|
type PbcRole = {
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 角色编号 */
|
|
|
roleCode?: string;
|
|
|
/** 角色名称 */
|
|
|
roleName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcRoleDTO = {
|
|
|
/** 权限 */
|
|
|
authorities?: PbcAuthority[];
|
|
|
/** 权限id */
|
|
|
authorityIds?: number[];
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 角色编号 */
|
|
|
roleCode?: string;
|
|
|
/** 角色名称 */
|
|
|
roleName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcScanCodeStaticalVO = {
|
|
|
/** 新客扫码人数 */
|
|
|
newCustomerScanCount?: number;
|
|
|
/** 老客扫码人数 */
|
|
|
oldCustomerScanCount?: number;
|
|
|
/** 扫码次数 */
|
|
|
pbcScanNumber?: number;
|
|
|
/** 扫码人数 */
|
|
|
pbcScanUserNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcScreenAdvertisement = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 开屏广告链接 */
|
|
|
pbcAdvertisement?: string;
|
|
|
/** 广告是否可用 */
|
|
|
pbcBusinessState?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 广告标题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcSearchKeyDTO = {
|
|
|
/** 商户id */
|
|
|
businessId?: number;
|
|
|
/** 结束日期 */
|
|
|
endDate?: string;
|
|
|
/** 开始日期 */
|
|
|
startDate?: string;
|
|
|
};
|
|
|
|
|
|
type PbcSearchKeyVO = {
|
|
|
/** 搜索词统计数量 */
|
|
|
number?: number;
|
|
|
/** 搜索词 */
|
|
|
pbcSearchWord?: string;
|
|
|
};
|
|
|
|
|
|
type PbcSetSpecificationDTO = {
|
|
|
pbcCategory?: PbcCategory;
|
|
|
/** 规格列表,规格信息要完整 */
|
|
|
pbcSpecificationList?: PbcSpecification[];
|
|
|
};
|
|
|
|
|
|
type PbcSpecification = {
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 输入类型:select , text */
|
|
|
pbcSystemInputType?: string;
|
|
|
/** 规格key */
|
|
|
pbcSystemKey?: string;
|
|
|
/** 规格名称 */
|
|
|
pbcSystemName?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcTrainingClasses_ = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 课时 */
|
|
|
pbcClassesSubCount?: number;
|
|
|
/** 课程类型id */
|
|
|
pbcClassesTypeId?: number;
|
|
|
/** 课程类型名称 */
|
|
|
pbcClassesTypeName?: string;
|
|
|
/** 浏览数 */
|
|
|
pbcClassesViewCount?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 课程图片 */
|
|
|
pbcImages?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 教学方式,枚举,线上,线下 */
|
|
|
pbcTeachMethod?: string;
|
|
|
/** 课程标题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 结束时间 */
|
|
|
pbcTrainingEndDatetime?: string;
|
|
|
/** 开始时间 */
|
|
|
pbcTrainingStartDatetime?: string;
|
|
|
/** 枚举:0未开始,1进行中,2已结束 */
|
|
|
pbcTrainingState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcTrainingClassesChapter_ = {
|
|
|
/** 章节名称 */
|
|
|
pbcChapterName?: string;
|
|
|
/** 课程id */
|
|
|
pbcClassesId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 章节排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
videoList?: PbcTrainingClassesVideo_[];
|
|
|
};
|
|
|
|
|
|
type PbcTrainingClassesPageDTO = {
|
|
|
chapterList?: PbcTrainingClassesChapter_[];
|
|
|
pbcTrainingClasses?: PbcTrainingClasses_;
|
|
|
};
|
|
|
|
|
|
type PbcTrainingClassesType_ = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
pbcType?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcTrainingClassesVideo_ = {
|
|
|
/** 章节id */
|
|
|
pbcChapterId?: number;
|
|
|
/** 课程id */
|
|
|
pbcClassesId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 文件类型,1是vod点播视频 */
|
|
|
pbcFileType?: number;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 视频排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 文件地址或video id */
|
|
|
pbcVideoAddress?: string;
|
|
|
/** 视频时长 */
|
|
|
pbcVideoDuration?: string;
|
|
|
/** 视频名称 */
|
|
|
pbcVideoName?: string;
|
|
|
videoRecord?: PbcTrainingClassesVideoRecord_;
|
|
|
};
|
|
|
|
|
|
type PbcTrainingClassesVideoRecord_ = {
|
|
|
/** 章节id */
|
|
|
pbcChapterId?: number;
|
|
|
/** 课程id */
|
|
|
pbcClassesId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 视频状态,0是未完成,1是已完成 */
|
|
|
pbcStatus?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
/** 视频id */
|
|
|
pbcVideoId?: number;
|
|
|
/** 视频进度 */
|
|
|
pbcVideoSpeed?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserBusiness_ = {
|
|
|
/** 商户手机号 */
|
|
|
pbcBusinessContactMobile?: string;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商家员工id */
|
|
|
pbcBusinessUserId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 是否是默认的,1是默认,0不是默认 */
|
|
|
pbcIsDefault?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
pbcUsers?: PbcUsersVO;
|
|
|
/** 用户等级id */
|
|
|
pbcVipGradeId?: number;
|
|
|
/** 用户等级名称 */
|
|
|
pbcVipGradeName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserBusinessPageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户id,不用传 */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 状态,0是待通过,1是通过 */
|
|
|
pbcState?: number;
|
|
|
/** 用户昵称或者手机号,模糊搜索 */
|
|
|
searchKey?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserBusinessReturnVO = {
|
|
|
/** 默认商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 用户商户列表 */
|
|
|
pbcUserBusinessList?: PbcUserBusiness_[];
|
|
|
};
|
|
|
|
|
|
type PbcUserBusinessSearchVO = {
|
|
|
/** 商户名称 */
|
|
|
keyword?: string;
|
|
|
/** 是否通过会员申请,1是通过,0是未通过 */
|
|
|
state?: number;
|
|
|
};
|
|
|
|
|
|
type PbcUserCollect = {
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcProductId?: number;
|
|
|
pbcProductVO?: PbcProductVO;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcUserCollectDTO = {
|
|
|
pbcBusinessId?: number;
|
|
|
pbcProductId?: number;
|
|
|
};
|
|
|
|
|
|
type PbcUserCollectPageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 当前商户id,必传 */
|
|
|
pbcBusinessId?: string;
|
|
|
/** 商品标题 */
|
|
|
pbcProductTitle?: string;
|
|
|
/** 状态,1是上架,2是下架,按道理用户收藏的商品只有这两种状态 */
|
|
|
pbcState?: number;
|
|
|
/** 用户id,不用传 */
|
|
|
pbcUserId?: number;
|
|
|
/** 排序方式 asc desc,可以按照收藏时间排序 */
|
|
|
sort?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
pbcBusinessInfo?: PbcBusiness;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户认证状态,false是未认证,true是已认证 */
|
|
|
pbcBusinessState?: boolean;
|
|
|
pbcBusinessTeam?: PbcBusinessTeam_;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 用户小程序的open id */
|
|
|
pbcOpenId?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 用户微信的union id */
|
|
|
pbcUnionId?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户邮箱 */
|
|
|
pbcUserEmail?: string;
|
|
|
/** 用户头像 */
|
|
|
pbcUserImage?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户昵称 */
|
|
|
pbcUserNickName?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
/** 角色id */
|
|
|
pbcUserRole?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcUserRoleName?: string;
|
|
|
/** 性别,0表示男性,1表示女性 */
|
|
|
pbcUserSex?: number;
|
|
|
/** 用户来源渠道 */
|
|
|
pbcUserSourceType?: string;
|
|
|
/** 用户来源绑定的分享源 */
|
|
|
pbcUserSourceUserId?: number;
|
|
|
/** 用户分享源的昵称 */
|
|
|
pbcUserSourceUserNickName?: string;
|
|
|
/** 0表示商户,1表示会员, 2管理员 */
|
|
|
pbcUserType?: number;
|
|
|
/** 模糊搜索条件,可以是用户名、手机号 */
|
|
|
searchKey?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserLoginDTO = {
|
|
|
/** 验证码 */
|
|
|
code?: string;
|
|
|
/** 用户邮箱 */
|
|
|
pbcUserEmail?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserMessage = {
|
|
|
/** 存放回复 */
|
|
|
children?: PbcUserMessage[];
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商家查看状态,0表示未读,1表示已读 */
|
|
|
pbcBusinessReadState?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 留言内容 */
|
|
|
pbcMessage?: string;
|
|
|
/** 留言图片 */
|
|
|
pbcMessageImages?: string;
|
|
|
/** 主题id */
|
|
|
pbcMessageMainId?: number;
|
|
|
pbcProduct?: PbcProduct;
|
|
|
/** 商品id */
|
|
|
pbcProductId?: number;
|
|
|
/** 回复状态,0表示未被商家回复,1表示已被商家回复 */
|
|
|
pbcReplyState?: number;
|
|
|
/** 回复的id */
|
|
|
pbcReplyToId?: number;
|
|
|
/** 0回复的主题,1回复某条回复 */
|
|
|
pbcReplyType?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 留言标题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
/** 用户头像 */
|
|
|
pbcUserImage?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户昵称 */
|
|
|
pbcUserNickName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserMessage_ = {
|
|
|
/** 商户id,必须有的 */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键,前端无需传 */
|
|
|
pbcId?: number;
|
|
|
/** 留言内容,必须 */
|
|
|
pbcMessage?: string;
|
|
|
/** 留言图片 */
|
|
|
pbcMessageImages?: string;
|
|
|
/** 主题id,主题这里是空,回复必须 */
|
|
|
pbcMessageMainId?: number;
|
|
|
/** 商品id */
|
|
|
pbcProductId?: number;
|
|
|
/** 回复的id,主题这里是空,回复必须 */
|
|
|
pbcReplyToId?: number;
|
|
|
/** 0回复的主题,1回复某条回复,回复必须 */
|
|
|
pbcReplyType?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 留言标题,主题必须,主题就是会员创建的问题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户id,前端无需传 */
|
|
|
pbcUserId?: number;
|
|
|
/** 0表示商户,1表示会员, 2管理员,前端无需传 */
|
|
|
pbcUserType?: number;
|
|
|
};
|
|
|
|
|
|
type PbcUserMessageVO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 每页条数 */
|
|
|
pageSize?: number;
|
|
|
/** 回复状态,0表示未被商家回复,1表示已被商家回复 */
|
|
|
pbcReplyState?: number;
|
|
|
/** 留言标题 */
|
|
|
pbcTitle?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUserOperationalDataVO = {
|
|
|
/** 用户邮箱 */
|
|
|
pbcUserEmail?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
/** 用户头像 */
|
|
|
pbcUserImage?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 角色id */
|
|
|
pbcUserRole?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcUserRoleName?: string;
|
|
|
/** 上传商品数 */
|
|
|
productUploadCount?: number;
|
|
|
/** 注册商家数 */
|
|
|
registeredMerchantCount?: number;
|
|
|
/** 序号 */
|
|
|
serialNumber?: number;
|
|
|
};
|
|
|
|
|
|
type PbcUserRegisterDTO = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 用户邮箱 */
|
|
|
pbcUserEmail?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
/** 用户来源渠道 */
|
|
|
pbcUserSourceType?: string;
|
|
|
/** 用户来源绑定的分享源 */
|
|
|
pbcUserSourceUserId?: number;
|
|
|
/** 0表示商户,1表示会员, 2管理员 */
|
|
|
pbcUserType?: number;
|
|
|
/** 验证码 */
|
|
|
pbcValidCode?: string;
|
|
|
};
|
|
|
|
|
|
type PbcUsers = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
pbcBusinessInfo?: PbcBusiness;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户认证状态,false是未认证,true是已认证 */
|
|
|
pbcBusinessState?: boolean;
|
|
|
pbcBusinessTeam?: PbcBusinessTeam_;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 用户小程序的open id */
|
|
|
pbcOpenId?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 用户微信的union id */
|
|
|
pbcUnionId?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户邮箱 */
|
|
|
pbcUserEmail?: string;
|
|
|
/** 用户头像 */
|
|
|
pbcUserImage?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户昵称 */
|
|
|
pbcUserNickName?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
/** 角色id */
|
|
|
pbcUserRole?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcUserRoleName?: string;
|
|
|
/** 性别,0表示男性,1表示女性 */
|
|
|
pbcUserSex?: number;
|
|
|
/** 用户来源渠道 */
|
|
|
pbcUserSourceType?: string;
|
|
|
/** 用户来源绑定的分享源 */
|
|
|
pbcUserSourceUserId?: number;
|
|
|
/** 用户分享源的昵称 */
|
|
|
pbcUserSourceUserNickName?: string;
|
|
|
/** 0表示商户,1表示会员, 2管理员 */
|
|
|
pbcUserType?: number;
|
|
|
};
|
|
|
|
|
|
type PbcUsersVO = {
|
|
|
/** 用户权限集 */
|
|
|
currentAuthority?: string[];
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
pbcBusinessInfo?: PbcBusiness;
|
|
|
/** 商户logo */
|
|
|
pbcBusinessLogo?: string;
|
|
|
/** 商户认证状态,false是未认证,true是已认证 */
|
|
|
pbcBusinessState?: boolean;
|
|
|
pbcBusinessTeam?: PbcBusinessTeam_;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 用户小程序的open id */
|
|
|
pbcOpenId?: string;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 用户微信的union id */
|
|
|
pbcUnionId?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** 用户邮箱 */
|
|
|
pbcUserEmail?: string;
|
|
|
/** 用户头像 */
|
|
|
pbcUserImage?: string;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户昵称 */
|
|
|
pbcUserNickName?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
/** 角色id */
|
|
|
pbcUserRole?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcUserRoleName?: string;
|
|
|
/** 性别,0表示男性,1表示女性 */
|
|
|
pbcUserSex?: number;
|
|
|
/** 用户来源渠道 */
|
|
|
pbcUserSourceType?: string;
|
|
|
/** 用户来源绑定的分享源 */
|
|
|
pbcUserSourceUserId?: number;
|
|
|
/** 用户分享源的昵称 */
|
|
|
pbcUserSourceUserNickName?: string;
|
|
|
/** 0表示商户,1表示会员, 2管理员 */
|
|
|
pbcUserType?: number;
|
|
|
/** 来源人姓名 */
|
|
|
shareName?: string;
|
|
|
/** 来源人昵称 */
|
|
|
shareNickName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcVipGrade = {
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 创建时间 */
|
|
|
pbcCreateAt?: string;
|
|
|
/** 创建人 */
|
|
|
pbcCreateBy?: number;
|
|
|
/** 创建人 */
|
|
|
pbcCreateByUserName?: string;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 排序 */
|
|
|
pbcSort?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 类别 */
|
|
|
pbcSystemType?: string;
|
|
|
/** 更新时间 */
|
|
|
pbcUpdateAt?: string;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateBy?: number;
|
|
|
/** 更新人 */
|
|
|
pbcUpdateByUserName?: string;
|
|
|
/** vip折扣 */
|
|
|
pbcVipGradeDiscount?: number;
|
|
|
/** 级别icon */
|
|
|
pbcVipGradeIcon?: string;
|
|
|
/** vip加入时间 */
|
|
|
pbcVipGradeJoinTime?: string;
|
|
|
/** 级别名称 */
|
|
|
pbcVipGradeName?: string;
|
|
|
};
|
|
|
|
|
|
type PbcVisitStaticalVO = {
|
|
|
/** 链接数量 */
|
|
|
pbcLinkNumber?: number;
|
|
|
/** 扫码数量 */
|
|
|
pbcScanNumber?: number;
|
|
|
/** 分享数量 */
|
|
|
pbcShareNumber?: number;
|
|
|
};
|
|
|
|
|
|
type postConfigDetailUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type productDetailForAdminUsingGETParams = {
|
|
|
/** productId */
|
|
|
productId: number;
|
|
|
};
|
|
|
|
|
|
type queryAuthorityUsingPOSTParams = {
|
|
|
/** roleId */
|
|
|
roleId: number;
|
|
|
};
|
|
|
|
|
|
type queryCompanyUsingGETParams = {
|
|
|
/** expressNo */
|
|
|
expressNo: string;
|
|
|
};
|
|
|
|
|
|
type queryTrackUsingGETParams = {
|
|
|
/** expressNo */
|
|
|
expressNo: string;
|
|
|
};
|
|
|
|
|
|
type removeAdUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type removeBannerUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type removeCategoryByIdUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type removeChapterUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type removeClassUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type removeGradeByIdUsingPOSTParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type removeProductHotRecordUsingGETParams = {
|
|
|
/** hotProductId */
|
|
|
hotProductId: number;
|
|
|
};
|
|
|
|
|
|
type removeRequirementReplyUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type removeTrainingClassesTypeUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type removeUserCollectByIdUsingGETParams = {
|
|
|
/** collectId */
|
|
|
collectId: number;
|
|
|
};
|
|
|
|
|
|
type removeUserCollectByProductIdUsingGETParams = {
|
|
|
/** productId */
|
|
|
productId: number;
|
|
|
};
|
|
|
|
|
|
type removeVideoUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type requirementDetailForAdminUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type requirementDetailForFrontUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type resetPasswordUsingGETParams = {
|
|
|
/** id */
|
|
|
id: number;
|
|
|
};
|
|
|
|
|
|
type resetTeamMemberPasswordUsingGETParams = {
|
|
|
/** teamId */
|
|
|
teamId: number;
|
|
|
};
|
|
|
|
|
|
type saveUserBusinessRecordUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type searchCategoryUsingGETParams = {
|
|
|
/** searchName */
|
|
|
searchName: string;
|
|
|
};
|
|
|
|
|
|
type searchUnreadNumUsingGETParams = {
|
|
|
/** businessId */
|
|
|
businessId: number;
|
|
|
};
|
|
|
|
|
|
type updateBusinessRecordLevelUsingGETParams = {
|
|
|
/** businessLevel */
|
|
|
businessLevel: string;
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type updateBusinessRecordStateUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
/** state */
|
|
|
state: number;
|
|
|
};
|
|
|
|
|
|
type updateCategoryRecordStateUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
/** state */
|
|
|
state: number;
|
|
|
};
|
|
|
|
|
|
type updateMemberRecordStateUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
/** state */
|
|
|
state: number;
|
|
|
};
|
|
|
|
|
|
type updateTeamMemRecordStateUsingGETParams = {
|
|
|
/** state */
|
|
|
state: number;
|
|
|
/** teamId */
|
|
|
teamId: number;
|
|
|
};
|
|
|
|
|
|
type updateUserRecordStateUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
/** state */
|
|
|
state: number;
|
|
|
};
|
|
|
|
|
|
type uploadCommentImageUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type uploadHeadImageUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type uploadInfoImageUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type uploadProductImageUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type upLoadSearchImageUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type uploadUserInfoImageUsingPOSTParams = {
|
|
|
/** base64 */
|
|
|
base64?: string;
|
|
|
};
|
|
|
|
|
|
type UserAddDTO = {
|
|
|
/** 用户id */
|
|
|
pbcId?: number;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户密码 */
|
|
|
pbcUserPassword?: string;
|
|
|
/** 角色id */
|
|
|
pbcUserRole?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcUserRoleName?: string;
|
|
|
/** 0表示商户,1表示会员, 2管理员 */
|
|
|
pbcUserType?: number;
|
|
|
};
|
|
|
|
|
|
type UserDTO = {
|
|
|
/** 用户id */
|
|
|
pbcId?: number;
|
|
|
/** 用户头像 */
|
|
|
pbcUserImage?: string;
|
|
|
/** 用户姓名 */
|
|
|
pbcUserName?: string;
|
|
|
/** 用户昵称 */
|
|
|
pbcUserNickName?: string;
|
|
|
/** 性别,0表示男性,1表示女性 */
|
|
|
pbcUserSex?: number;
|
|
|
};
|
|
|
|
|
|
type UserMessagePageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 商户id */
|
|
|
pbcBusinessId?: number;
|
|
|
/** 商户名称 */
|
|
|
pbcBusinessName?: string;
|
|
|
/** 商家查看状态,0表示未读,1表示已读 */
|
|
|
pbcBusinessReadState?: number;
|
|
|
/** 主键id */
|
|
|
pbcId?: number;
|
|
|
/** 0表示未被商家回复,1表示已被商家回复 */
|
|
|
pbcReplyState?: number;
|
|
|
/** 留言标题 */
|
|
|
pbcTitle?: string;
|
|
|
/** 用户id */
|
|
|
pbcUserId?: number;
|
|
|
/** 用户手机号 */
|
|
|
pbcUserMobile?: string;
|
|
|
/** 用户昵称 */
|
|
|
pbcUserNickName?: string;
|
|
|
};
|
|
|
|
|
|
type UserPageDTO = {
|
|
|
/** 当前页 */
|
|
|
current?: number;
|
|
|
/** 条数 */
|
|
|
pageSize?: number;
|
|
|
/** 主键 */
|
|
|
pbcId?: number;
|
|
|
/** 状态,0是删除,1是正常,2是作废 */
|
|
|
pbcState?: number;
|
|
|
/** 角色id */
|
|
|
pbcUserRole?: number;
|
|
|
/** 角色名称 */
|
|
|
pbcUserRoleName?: string;
|
|
|
/** 模糊搜索条件,可以是用户姓名、用户电话 */
|
|
|
searchKey?: string;
|
|
|
};
|
|
|
|
|
|
type videoDetailUsingGETParams = {
|
|
|
/** pbcId */
|
|
|
pbcId: number;
|
|
|
};
|
|
|
|
|
|
type VideoMeta = {
|
|
|
coverURL?: string;
|
|
|
duration?: number;
|
|
|
status?: string;
|
|
|
title?: string;
|
|
|
videoId?: string;
|
|
|
};
|
|
|
|
|
|
type View = {
|
|
|
contentType?: string;
|
|
|
};
|
|
|
|
|
|
type wxMiniAppBindAccountUsingGETParams = {
|
|
|
/** loginCode */
|
|
|
loginCode: string;
|
|
|
/** mobileCode */
|
|
|
mobileCode: string;
|
|
|
};
|
|
|
|
|
|
type wxMiniAppLoginUsingGETParams = {
|
|
|
/** code */
|
|
|
code: string;
|
|
|
};
|
|
|
}
|