Explorar el Código

Merge branch 'dev' of http://192.168.1.220:10080/Amoy/patient-co-management into dev

yeshijie hace 8 años
padre
commit
b57a24ddc2

+ 2 - 2
patient-co-analysis/src/main/java/com/yihu/wlyy/analysis/entity/UserPortrait.java

@ -17,9 +17,9 @@ public class UserPortrait {
    private Long id;
    // 居民code
    private String userCode;
    // 标签类型
    // 画像类别
    private String category;
    // 子标签类型
    // 画像子类别
    private String subCategory;
    // 标签值
    private String value;