摘要: /** * 物业查看的用户列表 */ public function CustomerPageOfProperty() { // name: "" , page: 1 , phone: "" , size: 10 $name = $this->input_data['name']; $phone = 阅读全文
posted @ 2021-02-25 17:53 TBHacker 阅读(82) 评论(0) 推荐(0) 编辑
摘要: @Setter @Getter public class CustomerPagePojo { private Integer id; private String name; private String phone; private int auth; private String idcard 阅读全文
posted @ 2021-02-25 16:52 TBHacker 阅读(169) 评论(0) 推荐(0) 编辑
摘要: @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @Getter @Setter public class House implements Serializable { private static final 阅读全文
posted @ 2021-02-25 10:52 TBHacker 阅读(367) 评论(0) 推荐(0) 编辑