machineCode新增

This commit is contained in:
wcy 2024-09-10 11:15:45 +08:00
parent 21ba1683ae
commit dce67fc1f3
1 changed files with 1 additions and 1 deletions

View File

@ -212,6 +212,6 @@ public class MaType extends BaseEntity {
/** /**
* 厂家规格型号 * 厂家规格型号
*/ */
@ApiModelProperty(value = "厂家规格型") @ApiModelProperty(value = "机具编")
private String machineCode; private String machineCode;
} }