增加服务器分配负责人功能

This commit is contained in:
gaoyutao
2026-04-07 17:36:39 +08:00
parent 4d39627d96
commit c918523a7a
9 changed files with 133 additions and 33 deletions
@@ -191,5 +191,9 @@ public class RmResourceRegistrationRemote extends BaseEntity
private BigDecimal outboundRate;
/** 公网ip */
private String ip1PublicIp;
/** 负责人手机号 */
private String phone;
/** 负责人名称 */
private String owner;
}