Commit b955e5d3 authored by hezhuozhi's avatar hezhuozhi

27303 一个农户只能注册一个账号,无法满足农户有多个房子时,需签订多个不同合同的需求

parent c8f77d3d
package com.yeejoin.amos.boot.module.hygf.api.dto;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import lombok.Data;
@Data
public class PeasantHouseholdPageDto extends Page<PeasantHouseholdPageDto> {
private String nhUserId;
private String peasantHouseholdNo;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment