zss
8 天以前 5f55c5c881aac99bcaa936fe7b93fc12f463dae4
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;
}