
1 changed files with 14 additions and 0 deletions
@ -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; |
|||
} |
Loading…
Reference in new issue