oms增加查询所有仓库接口

This commit is contained in:
God
2024-07-25 15:08:44 +08:00
parent 1701178b26
commit 5836efe42f

View File

@@ -0,0 +1,14 @@
package com.yxt.purchase.utils;
import lombok.Data;
/**
* @author Fan
* @description
* @date 2024/5/17 14:15
*/
@Data
public class OrgPathQuery {
private String orgPath;
private String userOrgSid;
}