信用明细查询
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
+2
@@ -79,4 +79,6 @@ public interface UserMapper extends BaseMapper<UserEntity> {
|
||||
YmsSysUserDTO selectYmsByUserId(Long userId);
|
||||
|
||||
Integer getOrdIsQueue(Long organizationId);
|
||||
|
||||
List<UserEntity> selectByUserPhone(String userPhone);
|
||||
}
|
||||
Reference in New Issue
Block a user