package com.ruoyi.common.config.ifs; import lombok.Data; /** * @Author zhuo * @Date 2024/9/29 */ @Data public class IfsProperties { /** * 域 */ private String contract; /** * 秘钥-get */ private String contractKeyGet; /** * 秘钥-post */ private String contractKeyPost; /** * 80 */ private String custorder; /** * 8008 */ private String custorderPort; /** * 8081 */ private String erpServices; /** * 待检库位 */ private String tobeInspectedLocation; /** * 原材料合格库位 */ private String rawQualifiedLocation; /** * 成品合格库位 */ private String productQualifiedLocation; }