machineCode新增

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

View File

@ -208,4 +208,10 @@ public class MaType extends BaseEntity {
*/ */
@ApiModelProperty(value = "厂家规格型号") @ApiModelProperty(value = "厂家规格型号")
private String facModel; private String facModel;
/**
* 厂家规格型号
*/
@ApiModelProperty(value = "厂家规格型号")
private String machineCode;
} }