feat(user): 添加九公司用户标识功能
parent
ba4945e651
commit
1e0b189115
|
|
@ -0,0 +1,12 @@
|
||||||
|
package com.zcloud.basic.info.domain.config;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
|
@Component
|
||||||
|
@ConfigurationProperties(prefix = "nine.config")
|
||||||
|
@Data
|
||||||
|
public class NineCompanyConfig {
|
||||||
|
private Long companyId;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue