liusheng
2025-03-26 fa132afa3a6942a48002c8e36e9ee47de13ee005
smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -298,10 +298,11 @@
     */
    @ApiModelProperty(value = "手机号")
    private String telcode;
    /**
     * 手机号
     * 长期任务原因
     */
    @ApiModelProperty(value = "手机号")
    @ApiModelProperty(value = "长期任务原因")
    private String longTaskReason;
@@ -386,4 +387,6 @@
    @ApiModelProperty(value = "操作人ID")
    private String operatorId;
    private String tagname;
}