gongchunyi
8 天以前 320a2f0e7e3f6e6e4ad15636a603ece4143e9ec2
src/main/java/com/ruoyi/basic/pojo/Customer.java
@@ -129,4 +129,9 @@
    @Schema(description = "使用状态")
    private Long usageStatus;
    @Schema(description = "类型 0 私海客户 1 公海客户")
    private Integer type;
    @Schema(description = "是否被分配:0-未分配,1-已分配")
    private Integer isAssigned;
}