新增 华为相关接口 Service

This commit is contained in:
Lemon
2024-01-14 16:36:30 +08:00
parent 1363042a2f
commit ed31db97ad
7 changed files with 526 additions and 0 deletions

View File

@@ -47,4 +47,13 @@ public class BillingPriceVO {
* @see BillingTimeEnum
*/
private String timeType;
// 计费模板id
private String templateId;
// 计费模板编号
private String templateCode;
// 发布时间
private String publishTime;
}