parent
b09758e64c
commit
c1509e030b
1 changed files with 26 additions and 0 deletions
@ -0,0 +1,26 @@ |
||||
package org.springblade.erpdata.pojo.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
/** |
||||
* @version 1.0 |
||||
* @program: jonhon-mes-svr |
||||
* @ClassName StGoodsExtStatusVO |
||||
* @description: |
||||
* @autor: WuSiYu |
||||
* @create 2026-04-29 17:04 |
||||
**/ |
||||
|
||||
@Data |
||||
public class StGoodsExtStatusVO { |
||||
|
||||
private Long id; |
||||
private String goodsCode; |
||||
private Long goodsId; |
||||
private Long useAverage; |
||||
private Double invqty1j; |
||||
private Double planqty; |
||||
private Double lastQty; |
||||
private Long goodsStatus; |
||||
|
||||
} |
||||
Loading…
Reference in new issue