材料批次修改

This commit is contained in:
pengjie 2024-05-09 16:06:47 +08:00
parent 2b1e878b0a
commit 55b10b4c3d

View File

@ -66,7 +66,7 @@ public class XzMaterialDetail implements Serializable {
*/ */
@Excel(name = "数量", width = 15) @Excel(name = "数量", width = 15)
@ApiModelProperty(value = "数量") @ApiModelProperty(value = "数量")
private Integer num; private String num;
/** /**
* 备注 * 备注
*/ */