rentaiming
2024-07-12 acd73337ea692fb4ffd841f2ebd3b85086189175
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/vo/VolumeProductionRkgInfoVO.java
@@ -9,7 +9,7 @@
import java.util.Date;
@Data
@ApiModel(value = "仓库管理", description = "仓库管理")
@ApiModel(value = "入库管理详情", description = "入库管理详情")
public class VolumeProductionRkgInfoVO {
    private Long id;
@@ -17,6 +17,9 @@
    @ApiModelProperty("发起人名称")
    private String sysName;
    @ApiModelProperty("发起人电话")
    private String sysPhone;
    @ApiModelProperty("仓库名称")
    private String storeManagementName;