[init]创建能辉erp 系统

master
NH-LHG 2 years ago
parent 1b67991079
commit 271a616af0

@ -31,8 +31,7 @@ public class Order implements Serializable {
@ApiModelProperty(value = "id") @ApiModelProperty(value = "id")
@JsonSerialize(using = ToStringSerializer.class) @JsonSerialize(using = ToStringSerializer.class)
private java.lang.Long id; private java.lang.Long id;
/**id*/ /**仓库id*/
@TableId(type = IdType.ASSIGN_ID)
@ApiModelProperty(value = "仓库id") @ApiModelProperty(value = "仓库id")
@JsonSerialize(using = ToStringSerializer.class) @JsonSerialize(using = ToStringSerializer.class)
private java.lang.Long storeId; private java.lang.Long storeId;

Loading…
Cancel
Save