7 changed files with 95 additions and 3 deletions
@ -0,0 +1,21 @@ |
|||
package com.epmet.dto.result; |
|||
|
|||
import com.epmet.commons.tools.constant.NumConstant; |
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2022/3/3 5:24 下午 |
|||
* @DESC |
|||
*/ |
|||
@Data |
|||
public class UpdateBuildingHouseNumResultDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 4350166505117596584L; |
|||
|
|||
private String id; |
|||
|
|||
private Integer num; |
|||
} |
Loading…
Reference in new issue