信用明细查询

This commit is contained in:
赵辉
2026-06-16 20:31:57 +08:00
parent 6bb28ce60f
commit 280e465856
4 changed files with 14 additions and 1 deletions
@@ -18,7 +18,7 @@ public class AgreementDetails extends BaseVOEntity {
private static final long serialVersionUID = 1L;
@TableId(type = IdType.AUTO)
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty("主键ID")
private Long id;
@@ -79,4 +79,6 @@ public interface UserMapper extends BaseMapper<UserEntity> {
YmsSysUserDTO selectYmsByUserId(Long userId);
Integer getOrdIsQueue(Long organizationId);
List<UserEntity> selectByUserPhone(String userPhone);
}